Searched refs:VisitCompoundStmt (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp89 bool VisitCompoundStmt(CompoundStmt *S) { function in class:__anon3100::EmptyChecker
169 bool VisitCompoundStmt(CompoundStmt *S) { function in class:__anon3100::EmptyStatementsRemover
H A DTransAutoreleasePool.cpp164 bool VisitCompoundStmt(CompoundStmt *S) { function in class:__anon3098::AutoreleasePoolRewriter
H A DTransforms.cpp266 bool VisitCompoundStmt(CompoundStmt *S) { function in class:__anon3111::RemovablesCollector
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp70 void VisitCompoundStmt (CompoundStmt *S);
153 void WalkAST::VisitCompoundStmt(CompoundStmt *S) { function in class:WalkAST
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DStmtPrinter.cpp146 void StmtPrinter::VisitCompoundStmt(CompoundStmt *Node) { function in class:StmtPrinter
H A DStmtProfile.cpp91 void StmtProfiler::VisitCompoundStmt(const CompoundStmt *S) { function in class:StmtProfiler
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp358 CFGBlock *VisitCompoundStmt(CompoundStmt *C);
1092 return VisitCompoundStmt(cast<CompoundStmt>(S));
1556 CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C) { function in class:__anon3174::CFGBuilder
2646 return VisitCompoundStmt(SE->getSubStmt());
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp71 void ASTStmtWriter::VisitCompoundStmt(CompoundStmt *S) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp131 void ASTStmtReader::VisitCompoundStmt(CompoundStmt *S) { function in class:ASTStmtReader

Completed in 179 milliseconds