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

/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp95 bool VisitIfStmt(IfStmt *S) { function in class:__anon1539::EmptyChecker
H A DTransforms.cpp263 bool VisitIfStmt(IfStmt *S) { function in class:__anon1550::RemovablesCollector
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp49 bool VisitIfStmt(const IfStmt *I);
106 bool FindIdenticalExprVisitor::VisitIfStmt(const IfStmt *I) { function in class:FindIdenticalExprVisitor
H A DLocalizationChecker.cpp1218 bool VisitIfStmt(const IfStmt *I);
1342 bool PluralMisuseChecker::MethodCrawler::VisitIfStmt(const IfStmt *I) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h309 void VisitIfStmt(const IfStmt *IS);
H A DTextNodeDumper.h241 void VisitIfStmt(const IfStmt *Node);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp635 void VisitIfStmt(const IfStmt *S) { function in struct:__anon1801::ComputeRegionCounts
H A DCoverageMappingGen.cpp1188 void VisitIfStmt(const IfStmt *S) { function in namespace:__anon1810
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp576 CFGBlock *VisitIfStmt(IfStmt *I);
2247 return VisitIfStmt(cast<IfStmt>(S));
2952 CFGBlock *CFGBuilder::VisitIfStmt(IfStmt *I) { function in class:CFGBuilder
5236 void VisitIfStmt(IfStmt *I) { function in class:__anon1632::CFGBlockTerminatorPrint
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1429 void JSONNodeDumper::VisitIfStmt(const IfStmt *IS) { function in class:JSONNodeDumper
H A DStmtPrinter.cpp275 void StmtPrinter::VisitIfStmt(IfStmt *If) { function in class:StmtPrinter
H A DStmtProfile.cpp263 void StmtProfiler::VisitIfStmt(const IfStmt *S) { function in class:StmtProfiler
H A DASTImporter.cpp550 ExpectedStmt VisitIfStmt(IfStmt *S);
6063 ExpectedStmt ASTNodeImporter::VisitIfStmt(IfStmt *S) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp211 void ASTStmtReader::VisitIfStmt(IfStmt *S) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp133 void ASTStmtWriter::VisitIfStmt(IfStmt *S) { function in class:ASTStmtWriter

Completed in 148 milliseconds