Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmtPrinter.cpp46 void PrintStmt(Stmt *S) { in PrintStmt() function in __anon03c0dff60111::StmtPrinter
47 PrintStmt(S, Policy.Indentation); in PrintStmt()
50 void PrintStmt(Stmt *S, int SubIndent) { in PrintStmt() function in __anon03c0dff60111::StmtPrinter
118 PrintStmt(I); in PrintRawCompoundStmt()
157 PrintStmt(Node->getSubStmt(), 0); in VisitCaseStmt()
162 PrintStmt(Node->getSubStmt(), 0); in VisitDefaultStmt()
167 PrintStmt(Node->getSubStmt(), 0); in VisitLabelStmt()
175 PrintStmt(Node->getSubStmt(), 0); in VisitAttributedStmt()
192 PrintStmt(If->getThen()); in PrintRawIfStmt()
208 PrintStmt(If->getElse()); in PrintRawIfStmt()
[all …]