Searched refs:VisitCompoundStmt (Results 1 – 10 of 10) sorted by relevance
87 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon49635ec20111::EmptyChecker164 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon49635ec20111::EmptyStatementsRemover
163 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anone130fd180211::AutoreleasePoolRewriter
257 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon5d0e97eb0111::RemovablesCollector
90 void VisitCompoundStmt (CompoundStmt *S);204 void WalkAST::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in WalkAST
550 CFGBlock *VisitCompoundStmt(CompoundStmt *C, bool ExternallyDestructed);2180 return VisitCompoundStmt(cast<CompoundStmt>(S), ExternallyDestructed); in Visit()2714 CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C, bool ExternallyDestructed) { in VisitCompoundStmt() function in CFGBuilder3159 return VisitCompoundStmt(FS->getBlock(), /*ExternallyDestructed=*/false); in VisitSEHFinallyStmt()4048 return VisitCompoundStmt(SE->getSubStmt(), /*ExternallyDestructed=*/true); in VisitStmtExpr()
241 void StmtProfiler::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in StmtProfiler
202 void StmtPrinter::VisitCompoundStmt(CompoundStmt *Node) { in VisitCompoundStmt() function in StmtPrinter
562 ExpectedStmt VisitCompoundStmt(CompoundStmt *S);6247 ExpectedStmt ASTNodeImporter::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in ASTNodeImporter
81 void ASTStmtWriter::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in ASTStmtWriter
152 void ASTStmtReader::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in ASTStmtReader