Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp83 void PrintStmt(Stmt *S) { PrintStmt(S, Policy.Indentation); } in PrintStmt() function in __anon7ba585bd0111::StmtPrinter
85 void PrintStmt(Stmt *S, int SubIndent) { in PrintStmt() function in __anon7ba585bd0111::StmtPrinter
118 PrintStmt(S); in PrintControlledStmt()
182 PrintStmt(I); in PrintRawCompoundStmt()
281 PrintStmt(Node->getSubStmt(), 0); in VisitCaseStmt()
286 PrintStmt(Node->getSubStmt(), 0); in VisitDefaultStmt()
291 PrintStmt(Node->getSubStmt(), 0); in VisitLabelStmt()
302 PrintStmt(Node->getSubStmt(), 0); in VisitAttributedStmt()
312 PrintStmt(If->getThen()); in PrintRawIfStmt()
316 PrintStmt(Else); in PrintRawIfStmt()
[all …]