Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp87 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anona2d3d1e50111::EmptyChecker
164 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anona2d3d1e50111::EmptyStatementsRemover
H A DTransAutoreleasePool.cpp163 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon1809987b0211::AutoreleasePoolRewriter
H A DTransforms.cpp255 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon92340b8e0111::RemovablesCollector
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp90 void VisitCompoundStmt (CompoundStmt *S);
204 void WalkAST::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in WalkAST
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTextNodeDumper.h249 void VisitCompoundStmt(const CompoundStmt *Node);
H A DJSONNodeDumper.h326 void VisitCompoundStmt(const CompoundStmt *IS);
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp554 CFGBlock *VisitCompoundStmt(CompoundStmt *C, bool ExternallyDestructed);
2236 return VisitCompoundStmt(cast<CompoundStmt>(S), ExternallyDestructed); in Visit()
2804 CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C, in VisitCompoundStmt() function in CFGBuilder
3301 return VisitCompoundStmt(FS->getBlock(), /*ExternallyDestructed=*/false); in VisitSEHFinallyStmt()
4320 return VisitCompoundStmt(SE->getSubStmt(), /*ExternallyDestructed=*/true); in VisitStmtExpr()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp1737 void JSONNodeDumper::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in JSONNodeDumper
H A DStmtProfile.cpp245 void StmtProfiler::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in StmtProfiler
H A DTextNodeDumper.cpp2402 void TextNodeDumper::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in TextNodeDumper
H A DStmtPrinter.cpp265 void StmtPrinter::VisitCompoundStmt(CompoundStmt *Node) { in VisitCompoundStmt() function in StmtPrinter
H A DASTImporter.cpp579 ExpectedStmt VisitCompoundStmt(CompoundStmt *S);
6493 ExpectedStmt ASTNodeImporter::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in ASTNodeImporter
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp81 void ASTStmtWriter::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in ASTStmtWriter
H A DASTReaderStmt.cpp152 void ASTStmtReader::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in ASTStmtReader
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2098 void VisitCompoundStmt(const CompoundStmt *S);
2738 void EnqueueVisitor::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in EnqueueVisitor
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp5957 bool VisitCompoundStmt(CompoundStmt *B) { return false; } in VisitCompoundStmt() function