/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransEmptyStatementsAndDealloc.cpp | 87 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon9fb6dc010111::EmptyChecker 164 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon9fb6dc010111::EmptyStatementsRemover
|
H A D | TransAutoreleasePool.cpp | 163 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon91080f970211::AutoreleasePoolRewriter
|
H A D | Transforms.cpp | 256 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon10b1afaa0111::RemovablesCollector
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | PtrTypesSemantics.cpp | 317 bool VisitCompoundStmt(const CompoundStmt *CS) { VisitCompoundStmt() function in clang::TrivialFunctionAnalysisVisitor
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckSecuritySyntaxOnly.cpp | 203 void WalkAST::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in WalkAST
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | SimplifyBooleanExprCheck.cpp | 458 bool VisitCompoundStmt(CompoundStmt *CS) { in VisitCompoundStmt() function in clang::tidy::readability::SimplifyBooleanExprCheck::Visitor
|
/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1854 void JSONNodeDumper::VisitCompoundStmt(const CompoundStmt *S) { VisitCompoundStmt() function in JSONNodeDumper
|
H A D | TextNodeDumper.cpp | 2863 void TextNodeDumper::VisitCompoundStmt(const CompoundStmt *S) { VisitCompoundStmt() function in TextNodeDumper
|
H A D | StmtPrinter.cpp | 266 void StmtPrinter::VisitCompoundStmt(CompoundStmt *Node) { VisitCompoundStmt() function in StmtPrinter
|
H A D | StmtProfile.cpp | 261 void StmtProfiler::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in StmtProfiler
|
H A D | ASTImporter.cpp | 6839 ExpectedStmt ASTNodeImporter::VisitCompoundStmt(CompoundStmt *S) { VisitCompoundStmt() function in ASTNodeImporter
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 138 void ASTStmtWriter::VisitCompoundStmt(CompoundStmt *S) { VisitCompoundStmt() function in ASTStmtWriter
|
H A D | ASTReaderStmt.cpp | 153 void ASTStmtReader::VisitCompoundStmt(CompoundStmt *S) { VisitCompoundStmt() function in ASTStmtReader
|
/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 2808 CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C, VisitCompoundStmt() function in CFGBuilder
|
/llvm-project/clang/tools/libclang/ |
H A D | CIndex.cpp | 2907 void EnqueueVisitor::VisitCompoundStmt(const CompoundStmt *S) { VisitCompoundStmt() function in EnqueueVisitor
|