Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp87 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anonedb78b2f0111::EmptyChecker
164 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anonedb78b2f0111::EmptyStatementsRemover
H A DTransAutoreleasePool.cpp163 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon0e954d450211::AutoreleasePoolRewriter
H A DTransforms.cpp257 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anond58f5bd80111::RemovablesCollector
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp90 void VisitCompoundStmt (CompoundStmt *S);
204 void WalkAST::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in WalkAST
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp550 CFGBlock *VisitCompoundStmt(CompoundStmt *C, bool ExternallyDestructed);
2173 return VisitCompoundStmt(cast<CompoundStmt>(S), ExternallyDestructed); in Visit()
2707 CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C, bool ExternallyDestructed) { in VisitCompoundStmt() function in CFGBuilder
3152 return VisitCompoundStmt(FS->getBlock(), /*ExternallyDestructed=*/false); in VisitSEHFinallyStmt()
4041 return VisitCompoundStmt(SE->getSubStmt(), /*ExternallyDestructed=*/true); in VisitStmtExpr()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp241 void StmtProfiler::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in StmtProfiler
H A DStmtPrinter.cpp201 void StmtPrinter::VisitCompoundStmt(CompoundStmt *Node) { in VisitCompoundStmt() function in StmtPrinter
H A DASTImporter.cpp544 ExpectedStmt VisitCompoundStmt(CompoundStmt *S);
6118 ExpectedStmt ASTNodeImporter::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in ASTNodeImporter
/netbsd/external/apache2/llvm/dist/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
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2000 void VisitCompoundStmt(const CompoundStmt *S);
2596 void EnqueueVisitor::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in EnqueueVisitor