| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | LoopConvertUtils.h | 202 bool VisitForStmt(clang::ForStmt *F);
|
| H A D | LoopConvertUtils.cpp | 105 bool DeclFinderASTVisitor::VisitForStmt(ForStmt *TheLoop) { in VisitForStmt() function in clang::tidy::modernize::DeclFinderASTVisitor
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocOverflowSecurityChecker.cpp | 249 void VisitForStmt(ForStmt *S) { in VisitForStmt() function in __anon5f420dd70211::CheckOverflowOps
|
| H A D | CheckSecuritySyntaxOnly.cpp | 89 void VisitForStmt(ForStmt *S); 213 void WalkAST::VisitForStmt(ForStmt *FS) { in VisitForStmt() function in WalkAST
|
| /llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/ |
| H A D | TypeErasedDataflowAnalysis.cpp | 99 void VisitForStmt(const ForStmt *S) { in VisitForStmt() function in clang::dataflow::TerminatorVisitor
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | Transforms.cpp | 277 bool VisitForStmt(ForStmt *S) { in VisitForStmt() function in __anon826ab2670111::RemovablesCollector
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | CalledOnceCheck.cpp | 546 llvm::Optional<Clarification> VisitForStmt(const ForStmt *For) { in VisitForStmt() function in __anon2223d6250111::NotCalledClarifier
|
| H A D | CFG.cpp | 574 CFGBlock *VisitForStmt(ForStmt *F); 2244 return VisitForStmt(cast<ForStmt>(S)); in Visit() 3431 CFGBlock *CFGBuilder::VisitForStmt(ForStmt *F) { in VisitForStmt() function in CFGBuilder 5472 void VisitForStmt(ForStmt *F) { in VisitForStmt() function in __anon8d78c9ed0611::CFGBlockTerminatorPrint
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 533 void VisitForStmt(const ForStmt *S) { in VisitForStmt() function
|
| H A D | CoverageMappingGen.cpp | 1153 void VisitForStmt(const ForStmt *S) { in VisitForStmt() function
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 286 void StmtProfiler::VisitForStmt(const ForStmt *S) { in VisitForStmt() function in StmtProfiler
|
| H A D | StmtPrinter.cpp | 396 void StmtPrinter::VisitForStmt(ForStmt *Node) { in VisitForStmt() function in StmtPrinter
|
| H A D | ASTImporter.cpp | 591 ExpectedStmt VisitForStmt(ForStmt *S); 6525 ExpectedStmt ASTNodeImporter::VisitForStmt(ForStmt *S) { in VisitForStmt() function in ASTNodeImporter
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 219 void ASTStmtWriter::VisitForStmt(ForStmt *S) { in VisitForStmt() function in ASTStmtWriter
|
| H A D | ASTReaderStmt.cpp | 297 void ASTStmtReader::VisitForStmt(ForStmt *S) { in VisitForStmt() function in ASTStmtReader
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2112 void VisitForStmt(const ForStmt *FS); 2856 void EnqueueVisitor::VisitForStmt(const ForStmt *FS) { in VisitForStmt() function in EnqueueVisitor
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 2026 void VisitForStmt(const ForStmt *S) { in VisitForStmt() function in __anonb6e159cd0d11::BreakContinueFinder
|