Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp83 void PrintStmt(Stmt *S) { PrintStmt(S, Policy.Indentation); } in PrintStmt() function in __anonec3d10730111::StmtPrinter
118 PrintStmt(S); in PrintControlledStmt()
182 PrintStmt(I); in PrintRawCompoundStmt()
309 PrintStmt(If->getThen()); in PrintRawIfStmt()
313 PrintStmt(Else); in PrintRawIfStmt()
334 PrintStmt(If->getThen()); in PrintRawIfStmt()
350 PrintStmt(If->getElse()); in PrintRawIfStmt()
379 PrintStmt(Node->getBody()); in VisitWhileStmt()
389 PrintStmt(Node->getBody()); in VisitDoStmt()
721 PrintStmt(Node->getLoopStmt()); in VisitOMPCanonicalLoop()
[all …]