Searched refs:VisitIfStmt (Results 1 - 10 of 10) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp50 bool VisitIfStmt(const IfStmt *I);
107 bool FindIdenticalExprVisitor::VisitIfStmt(const IfStmt *I) { function in class:FindIdenticalExprVisitor
/external/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp97 bool VisitIfStmt(IfStmt *S) { function in class:__anon17695::EmptyChecker
H A DTransforms.cpp272 bool VisitIfStmt(IfStmt *S) { function in class:__anon17706::RemovablesCollector
/external/clang/lib/AST/
H A DStmtPrinter.cpp213 void StmtPrinter::VisitIfStmt(IfStmt *If) { function in class:StmtPrinter
H A DStmtProfile.cpp116 void StmtProfiler::VisitIfStmt(const IfStmt *S) { function in class:StmtProfiler
/external/clang/lib/Analysis/
H A DCFG.cpp382 CFGBlock *VisitIfStmt(IfStmt *I);
1417 return VisitIfStmt(cast<IfStmt>(S));
2027 CFGBlock *CFGBuilder::VisitIfStmt(IfStmt *I) { function in class:__anon17770::CFGBuilder
3927 void VisitIfStmt(IfStmt *I) { function in class:__anon17772::CFGBlockTerminatorPrint
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp652 void VisitIfStmt(const IfStmt *S) { function in struct:__anon17861::ComputeRegionCounts
/external/clang/tools/libclang/
H A DCIndex.cpp1836 void VisitIfStmt(const IfStmt *If);
2169 void EnqueueVisitor::VisitIfStmt(const IfStmt *If) { function in class:EnqueueVisitor
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp184 void ASTStmtReader::VisitIfStmt(IfStmt *S) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp120 void ASTStmtWriter::VisitIfStmt(IfStmt *S) { function in class:ASTStmtWriter

Completed in 344 milliseconds