Skip to content

TargetRegionPrinterHelper

Print Helper Class.

Inherits from PrinterHelper

Public Functions

Name
TargetRegionPrinterHelper(clang::PrintingPolicy PP)
Construct a new Target Region Printer Helper object.
bool handledStmt(clang::Stmt * E, llvm::raw_ostream & OS)
Handle Statement.

Private Attributes

Name
clang::PrintingPolicy PP

Public Functions Documentation

function TargetRegionPrinterHelper

1
2
3
inline TargetRegionPrinterHelper(
    clang::PrintingPolicy PP
)

Construct a new Target Region Printer Helper object.

Parameters:

  • PP

function handledStmt

1
2
3
4
inline bool handledStmt(
    clang::Stmt * E,
    llvm::raw_ostream & OS
)

Handle Statement.

Parameters:

  • E Statement
  • OS Out stream

Private Attributes Documentation

variable PP

1
clang::PrintingPolicy PP;

Last update: 2021-11-24
Back to top