| /freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | TransEmptyStatementsAndDealloc.cpp | 87 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon2d13ce440111::EmptyChecker 164 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon2d13ce440111::EmptyStatementsRemover
|
| H A D | TransAutoreleasePool.cpp | 163 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon17adc21a0211::AutoreleasePoolRewriter
|
| H A D | Transforms.cpp | 255 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon0b66d26d0111::RemovablesCollector
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckSecuritySyntaxOnly.cpp | 89 void VisitCompoundStmt (CompoundStmt *S); 203 void WalkAST::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in WalkAST
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 257 void VisitCompoundStmt(const CompoundStmt *Node);
|
| H A D | JSONNodeDumper.h | 335 void VisitCompoundStmt(const CompoundStmt *IS);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 567 CFGBlock *VisitCompoundStmt(CompoundStmt *C, bool ExternallyDestructed); 2244 return VisitCompoundStmt(cast<CompoundStmt>(S), ExternallyDestructed); in Visit() 2811 CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C, in VisitCompoundStmt() function in CFGBuilder 3308 return VisitCompoundStmt(FS->getBlock(), /*ExternallyDestructed=*/false); in VisitSEHFinallyStmt() 4329 return VisitCompoundStmt(SE->getSubStmt(), /*ExternallyDestructed=*/true); in VisitStmtExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 1810 void JSONNodeDumper::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in JSONNodeDumper
|
| H A D | StmtProfile.cpp | 261 void StmtProfiler::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in StmtProfiler
|
| H A D | TextNodeDumper.cpp | 2612 void TextNodeDumper::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in TextNodeDumper
|
| H A D | StmtPrinter.cpp | 266 void StmtPrinter::VisitCompoundStmt(CompoundStmt *Node) { in VisitCompoundStmt() function in StmtPrinter
|
| H A D | ASTImporter.cpp | 534 ExpectedStmt VisitCompoundStmt(CompoundStmt *S); 6742 ExpectedStmt ASTNodeImporter::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in ASTNodeImporter
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 138 void ASTStmtWriter::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in ASTStmtWriter
|
| H A D | ASTReaderStmt.cpp | 153 void ASTStmtReader::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in ASTStmtReader
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 6224 bool VisitCompoundStmt(CompoundStmt *B) { return false; } in VisitCompoundStmt() function
|