Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtPrinter.cpp36 class StmtPrinter : public StmtVisitor<StmtPrinter> { class
43 StmtPrinter(raw_ostream &os, PrinterHelper* helper, in StmtPrinter() function in __anonf26dc3de0111::StmtPrinter
93 else StmtVisitor<StmtPrinter>::Visit(S); in Visit()
117 void StmtPrinter::PrintRawCompoundStmt(CompoundStmt *Node) { in PrintRawCompoundStmt()
125 void StmtPrinter::PrintRawDecl(Decl *D) { in PrintRawDecl()
129 void StmtPrinter::PrintRawDeclStmt(const DeclStmt *S) { in PrintRawDeclStmt()
134 void StmtPrinter::VisitNullStmt(NullStmt *Node) { in VisitNullStmt()
138 void StmtPrinter::VisitDeclStmt(DeclStmt *Node) { in VisitDeclStmt()
144 void StmtPrinter::VisitCompoundStmt(CompoundStmt *Node) { in VisitCompoundStmt()
150 void StmtPrinter::VisitCaseStmt(CaseStmt *Node) { in VisitCaseStmt()
[all …]
DCMakeLists.txt54 StmtPrinter.cpp
/external/clang/unittests/AST/
DStmtPrinterTest.cpp151 TEST(StmtPrinter, TestIntegerLiteral) { in TEST() argument
165 TEST(StmtPrinter, TestMSIntegerLiteral) { in TEST() argument
181 TEST(StmtPrinter, TestFloatingPointLiteral) { in TEST() argument
189 TEST(StmtPrinter, TestCXXConversionDeclImplicit) { in TEST() argument
203 TEST(StmtPrinter, TestCXXConversionDeclExplicit) { in TEST() argument
/external/clang/docs/
DInternalsManual.rst1999 * Add printing support (``StmtPrinter.cpp``) for your expression.