Home
last modified time | relevance | path

Searched refs:StmtPrinter (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtPrinter.cpp66 class StmtPrinter : public StmtVisitor<StmtPrinter> { class
75 StmtPrinter(raw_ostream &os, PrinterHelper *helper, in StmtPrinter() function in __anonb8d8be080111::StmtPrinter
147 else StmtVisitor<StmtPrinter>::Visit(S); in Visit()
174 void StmtPrinter::PrintRawCompoundStmt(CompoundStmt *Node) { in PrintRawCompoundStmt()
182 void StmtPrinter::PrintRawDecl(Decl *D) { in PrintRawDecl()
186 void StmtPrinter::PrintRawDeclStmt(const DeclStmt *S) { in PrintRawDeclStmt()
191 void StmtPrinter::VisitNullStmt(NullStmt *Node) { in VisitNullStmt()
195 void StmtPrinter::VisitDeclStmt(DeclStmt *Node) { in VisitDeclStmt()
201 void StmtPrinter::VisitCompoundStmt(CompoundStmt *Node) { in VisitCompoundStmt()
207 void StmtPrinter::VisitCaseStmt(CaseStmt *Node) { in VisitCaseStmt()
[all …]
H A DCMakeLists.txt104 StmtPrinter.cpp
/netbsd-src/external/apache2/llvm/lib/libclangAST/
H A DMakefile75 StmtPrinter.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/AST/
H A DBUILD.gn131 "StmtPrinter.cpp",
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DInternalsManual.rst3171 * Add printing support (``StmtPrinter.cpp``) for your expression.