| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | TransEmptyStatementsAndDealloc.cpp | 87 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon8879cf3e0111::EmptyChecker 164 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon8879cf3e0111::EmptyStatementsRemover
|
| H A D | TransAutoreleasePool.cpp | 163 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon6cdd62940211::AutoreleasePoolRewriter
|
| H A D | Transforms.cpp | 255 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon826ab2670111::RemovablesCollector
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckSecuritySyntaxOnly.cpp | 90 void VisitCompoundStmt (CompoundStmt *S); 204 void WalkAST::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in WalkAST
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 249 void VisitCompoundStmt(const CompoundStmt *Node);
|
| H A D | JSONNodeDumper.h | 321 void VisitCompoundStmt(const CompoundStmt *IS);
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | CFG.cpp | 550 CFGBlock *VisitCompoundStmt(CompoundStmt *C, bool ExternallyDestructed); 2176 return VisitCompoundStmt(cast<CompoundStmt>(S), ExternallyDestructed); in Visit() 2744 CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C, in VisitCompoundStmt() function in CFGBuilder 3241 return VisitCompoundStmt(FS->getBlock(), /*ExternallyDestructed=*/false); in VisitSEHFinallyStmt() 4259 return VisitCompoundStmt(SE->getSubStmt(), /*ExternallyDestructed=*/true); in VisitStmtExpr()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | SimplifyBooleanExprCheck.cpp | 451 bool VisitCompoundStmt(CompoundStmt *CS) { in VisitCompoundStmt() function in clang::tidy::readability::SimplifyBooleanExprCheck::Visitor
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 1705 void JSONNodeDumper::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in JSONNodeDumper
|
| H A D | TextNodeDumper.cpp | 2378 void TextNodeDumper::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in TextNodeDumper
|
| H A D | StmtProfile.cpp | 245 void StmtProfiler::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in StmtProfiler
|
| H A D | StmtPrinter.cpp | 264 void StmtPrinter::VisitCompoundStmt(CompoundStmt *Node) { in VisitCompoundStmt() function in StmtPrinter
|
| H A D | ASTImporter.cpp | 582 ExpectedStmt VisitCompoundStmt(CompoundStmt *S); 6357 ExpectedStmt ASTNodeImporter::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in ASTNodeImporter
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 81 void ASTStmtWriter::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in ASTStmtWriter
|
| H A D | ASTReaderStmt.cpp | 151 void ASTStmtReader::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in ASTStmtReader
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2092 void VisitCompoundStmt(const CompoundStmt *S); 2719 void EnqueueVisitor::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in EnqueueVisitor
|