Home
last modified time | relevance | path

Searched defs:VisitForStmt (Results 1 – 18 of 18) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp
H A DCheckSecuritySyntaxOnly.cpp212 void WalkAST::VisitForStmt(ForStmt *FS) { in VisitForStmt() function in WalkAST
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp73 const Expr *VisitForStmt(const ForStmt *S) { return S->getCond(); } VisitForStmt() function in clang::dataflow::__anon75e46e6d0211::TerminatorVisitor
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.cpp105 bool DeclFinderASTVisitor::VisitForStmt(ForStmt *TheLoop) { in VisitForStmt() function in clang::tidy::modernize::DeclFinderASTVisitor
/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.cpp278 bool VisitForStmt(ForStmt *S) { in VisitForStmt() function in __anon10b1afaa0111::RemovablesCollector
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp335 bool VisitForStmt(const ForStmt *FS) { VisitForStmt() function in clang::TrivialFunctionAnalysisVisitor
/llvm-project/clang-tools-extra/clangd/
H A DInlayHints.cpp519 bool VisitForStmt(ForStmt *S) { VisitForStmt() function in clang::clangd::__anon4126c9110111::InlayHintVisitor
/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp752 void VisitForStmt(const ForStmt *S) { VisitForStmt() function
H A DCoverageMappingGen.cpp1667 void VisitForStmt(const ForStmt *S) { VisitForStmt() function
/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp546 std::optional<Clarification> VisitForStmt(const ForStmt *For) { in VisitForStmt() function in __anondd8a70880111::NotCalledClarifier
H A DCFG.cpp3495 CFGBlock *CFGBuilder::VisitForStmt(ForStmt *F) { VisitForStmt() function in CFGBuilder
5548 void VisitForStmt(ForStmt *F) { VisitForStmt() function in __anon36ae77d00711::CFGBlockTerminatorPrint
/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp284 void ASTStmtWriter::VisitForStmt(ForStmt *S) { VisitForStmt() function in ASTStmtWriter
H A DASTReaderStmt.cpp301 void ASTStmtReader::VisitForStmt(ForStmt *S) { VisitForStmt() function in ASTStmtReader
/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp401 void StmtPrinter::VisitForStmt(ForStmt *Node) { VisitForStmt() function in StmtPrinter
H A DStmtProfile.cpp302 void StmtProfiler::VisitForStmt(const ForStmt *S) { in VisitForStmt() function in StmtProfiler
H A DASTImporter.cpp7007 ExpectedStmt ASTNodeImporter::VisitForStmt(ForStmt *S) { VisitForStmt() function in ASTNodeImporter
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2059 void VisitForStmt(const ForStmt *S) { VisitForStmt() function in __anon86ccc4100d11::BreakContinueFinder
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp3044 void EnqueueVisitor::VisitForStmt(const ForStmt *FS) { VisitForStmt() function in EnqueueVisitor