Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp87 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anonf18a42e30111::EmptyChecker
164 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anonf18a42e30111::EmptyStatementsRemover
H A DTransAutoreleasePool.cpp163 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon5d4913f90211::AutoreleasePoolRewriter
H A DTransforms.cpp256 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon1cb5718c0111::RemovablesCollector
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp89 void VisitCompoundStmt (CompoundStmt *S);
203 void WalkAST::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in WalkAST
/src/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h266 void VisitCompoundStmt(const CompoundStmt *Node);
H A DJSONNodeDumper.h340 void VisitCompoundStmt(const CompoundStmt *IS);
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp317 bool VisitCompoundStmt(const CompoundStmt *CS) { in VisitCompoundStmt() function in clang::TrivialFunctionAnalysisVisitor
/src/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp567 CFGBlock *VisitCompoundStmt(CompoundStmt *C, bool ExternallyDestructed);
2241 return VisitCompoundStmt(cast<CompoundStmt>(S), ExternallyDestructed); in Visit()
2808 CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C, in VisitCompoundStmt() function in CFGBuilder
3305 return VisitCompoundStmt(FS->getBlock(), /*ExternallyDestructed=*/false); in VisitSEHFinallyStmt()
4326 return VisitCompoundStmt(SE->getSubStmt(), /*ExternallyDestructed=*/true); in VisitStmtExpr()
/src/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1853 void JSONNodeDumper::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in JSONNodeDumper
H A DStmtProfile.cpp261 void StmtProfiler::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in StmtProfiler
H A DTextNodeDumper.cpp2863 void TextNodeDumper::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in TextNodeDumper
H A DStmtPrinter.cpp266 void StmtPrinter::VisitCompoundStmt(CompoundStmt *Node) { in VisitCompoundStmt() function in StmtPrinter
H A DASTImporter.cpp535 ExpectedStmt VisitCompoundStmt(CompoundStmt *S);
6844 ExpectedStmt ASTNodeImporter::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in ASTNodeImporter
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp138 void ASTStmtWriter::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in ASTStmtWriter
H A DASTReaderStmt.cpp153 void ASTStmtReader::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in ASTStmtReader