Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransEmptyStatementsAndDealloc.cpp89 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon0c89b0b90111::EmptyChecker
166 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon0c89b0b90111::EmptyStatementsRemover
DTransAutoreleasePool.cpp164 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anonbc8f1e4f0211::AutoreleasePoolRewriter
DTransforms.cpp262 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon6f7c78620111::RemovablesCollector
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp81 void VisitCompoundStmt (CompoundStmt *S);
163 void WalkAST::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in WalkAST
/external/clang/lib/Analysis/
DCFG.cpp435 CFGBlock *VisitCompoundStmt(CompoundStmt *C);
1472 return VisitCompoundStmt(cast<CompoundStmt>(S)); in Visit()
1942 CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C) { in VisitCompoundStmt() function in __anon83acd1880111::CFGBuilder
3064 return VisitCompoundStmt(SE->getSubStmt()); in VisitStmtExpr()
/external/clang/lib/AST/
DStmtProfile.cpp92 void StmtProfiler::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in StmtProfiler
DStmtPrinter.cpp144 void StmtPrinter::VisitCompoundStmt(CompoundStmt *Node) { in VisitCompoundStmt() function in StmtPrinter
DASTImporter.cpp187 Stmt *VisitCompoundStmt(CompoundStmt *S);
4907 Stmt *ASTNodeImporter::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in ASTNodeImporter
/external/clang/lib/Serialization/
DASTWriterStmt.cpp80 void ASTStmtWriter::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in ASTStmtWriter
DASTReaderStmt.cpp132 void ASTStmtReader::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in ASTStmtReader
/external/clang/tools/libclang/
DCIndex.cpp1895 void VisitCompoundStmt(const CompoundStmt *S);
2309 void EnqueueVisitor::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in EnqueueVisitor