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 __anon54481eba0111::EmptyChecker
169 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon54481eba0111::EmptyStatementsRemover
DTransAutoreleasePool.cpp164 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon210ee7100211::AutoreleasePoolRewriter
DTransforms.cpp260 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon8e892be30111::RemovablesCollector
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp70 void VisitCompoundStmt (CompoundStmt *S);
153 void WalkAST::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in WalkAST
/external/clang/lib/Analysis/
DCFG.cpp357 CFGBlock *VisitCompoundStmt(CompoundStmt *C);
1086 return VisitCompoundStmt(cast<CompoundStmt>(S)); in Visit()
1532 CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C) { in VisitCompoundStmt() function in __anone283c7e90111::CFGBuilder
2619 return VisitCompoundStmt(SE->getSubStmt()); in VisitStmtExpr()
/external/clang/lib/AST/
DStmtProfile.cpp91 void StmtProfiler::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in StmtProfiler
DStmtPrinter.cpp146 void StmtPrinter::VisitCompoundStmt(CompoundStmt *Node) { in VisitCompoundStmt() function in StmtPrinter
/external/clang/lib/Serialization/
DASTWriterStmt.cpp70 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.cpp1815 void VisitCompoundStmt(const CompoundStmt *S);
1961 void EnqueueVisitor::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in EnqueueVisitor