Home
last modified time | relevance | path

Searched defs:VisitCompoundStmt (Results 1 – 14 of 14) 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.cpp204 void WalkAST::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in WalkAST
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp1737 void JSONNodeDumper::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in JSONNodeDumper
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 DStmtProfile.cpp245 void StmtProfiler::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in StmtProfiler
H A DASTImporter.cpp6493 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/lib/Analysis/
H A DCFG.cpp2804 CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C, in VisitCompoundStmt() function in CFGBuilder
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2738 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