Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransEmptyStatementsAndDealloc.cpp89 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon1a44d1700111::EmptyChecker
168 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon1a44d1700111::EmptyStatementsRemover
DTransAutoreleasePool.cpp164 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anond7ac9e460211::AutoreleasePoolRewriter
DTransforms.cpp266 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anonf56047990111::RemovablesCollector
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp81 void VisitCompoundStmt (CompoundStmt *S);
164 void WalkAST::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in WalkAST
/external/clang/lib/Analysis/
DCFG.cpp364 CFGBlock *VisitCompoundStmt(CompoundStmt *C);
1415 return VisitCompoundStmt(cast<CompoundStmt>(S)); in Visit()
1885 CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C) { in VisitCompoundStmt() function in __anon4350aedf0111::CFGBuilder
2973 return VisitCompoundStmt(SE->getSubStmt()); in VisitStmtExpr()
/external/clang/lib/AST/
DStmtProfile.cpp90 void StmtProfiler::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in StmtProfiler
DStmtPrinter.cpp142 void StmtPrinter::VisitCompoundStmt(CompoundStmt *Node) { in VisitCompoundStmt() function in StmtPrinter
/external/clang/lib/Serialization/
DASTWriterStmt.cpp71 void ASTStmtWriter::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in ASTStmtWriter
DASTReaderStmt.cpp131 void ASTStmtReader::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in ASTStmtReader
/external/clang/tools/libclang/
DCIndex.cpp1823 void VisitCompoundStmt(const CompoundStmt *S);
2122 void EnqueueVisitor::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in EnqueueVisitor