/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/ |
H A D | LambdaExpr.cpp | 27 bool VisitStmt(Stmt *S) { VisitStmt() function in __anon4466aac60111::LambdaExprVisitor
|
/llvm-project/clang/include/clang/AST/ |
H A D | EvaluatedExprVisitor.h | 103 void VisitStmt(PTR(Stmt) S) { in VisitStmt() function
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ObjCContainersASTChecker.cpp | 79 void VisitStmt(Stmt *S) { VisitChildren(S); } in VisitStmt() function in __anonaaf13ed20111::WalkAST
|
H A D | DirectIvarAssignment.cpp | 74 void VisitStmt(const Stmt *S) { VisitChildren(S); } in VisitStmt() function in __anonaa0c4be70111::DirectIvarAssignment::MethodCrawler
|
H A D | CStringSyntaxChecker.cpp | 109 void VisitStmt(Stmt *S) { in VisitStmt() function in __anon83eeef370111::WalkAST
|
H A D | MallocSizeofChecker.cpp | 86 TypeCallPair VisitStmt(const Stmt *S) { in VisitStmt() function in __anonc0a1e27e0111::CastedAllocFinder
|
H A D | LLVMConventionsChecker.cpp | 129 void VisitStmt(Stmt *S) { VisitChildren(S); } in VisitStmt() function in __anon19c1d9470111::StringRefCheckerVisitor
|
H A D | IvarInvalidationChecker.cpp | 159 void VisitStmt(const Stmt *S) { VisitChildren(S); } in VisitStmt() function in __anoncc7e06ea0111::IvarInvalidationCheckerImpl::MethodCrawler
|
H A D | CheckSecuritySyntaxOnly.cpp | 90 void VisitStmt(Stmt *S) { VisitChildren(S); } in VisitStmt() function in __anon2b6683a00111::WalkAST
|
H A D | LocalizationChecker.cpp | 1047 void VisitStmt(const Stmt *S) { VisitChildren(S); } VisitStmt() function in __anonbf21a3ff0511::EmptyLocalizationContextChecker::MethodCrawler
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | UseNullptrCheck.cpp | 147 bool VisitStmt(Stmt *S) { VisitStmt() function in clang::tidy::modernize::__anon9d42d0a90111::MacroArgUsageVisitor 210 bool VisitStmt(Stmt *S) { VisitStmt() function in clang::tidy::modernize::__anon9d42d0a90111::CastSequenceVisitor
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | SuspiciousReallocUsageCheck.cpp | 96 bool VisitStmt(const Stmt *S) { in VisitStmt() function in __anonfb37946e0111::FindAssignToVarBefore
|
/llvm-project/clang/lib/Analysis/ |
H A D | CallGraph.cpp | 53 void VisitStmt(Stmt *S) { VisitChildren(S); } in VisitStmt() function in __anonee51ac0e0111::CGBuilder
|
H A D | ReachableCode.cpp | 483 bool VisitStmt(const Stmt *S) { isInCoroutineStmt() function
|
H A D | AnalysisDeclContext.cpp | 602 void VisitStmt(Stmt *S) { in VisitStmt() function in __anon41d998e10111::FindBlockDeclRefExprsVals
|
H A D | CalledOnceCheck.cpp | 569 std::optional<Clarification> VisitStmt(const Stmt *Terminator) { in VisitStmt() function in __anondd8a70880111::NotCalledClarifier
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | RefCntblBaseVirtualDtorChecker.cpp | 112 bool VisitStmt(const Stmt *S) { return VisitChildren(S); } VisitStmt() function in __anon600375360111::DerefFuncDeleteExprVisitor
|
H A D | PtrTypesSemantics.cpp | 311 bool VisitStmt(const Stmt *S) { VisitStmt() function in clang::TrivialFunctionAnalysisVisitor
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 357 bool VisitStmt(Stmt *S) { VisitStmt() function 620 void VisitStmt(const Stmt *S) { VisitStmt() function
|
H A D | CGCoroutine.cpp | 504 void VisitStmt(Stmt *S) { in VisitStmt() function
|
H A D | CGExprConstant.cpp | 1039 llvm::Constant *VisitStmt(const Stmt *S, QualType T) { return nullptr; } VisitStmt() function in __anonc05b2bc40111::ConstExprEmitter 1956 ConstantLValue VisitStmt(const Stmt *S) { return nullptr; } VisitStmt() function in __anonc05b2bc40b11::ConstantLValueEmitter
|
H A D | CGExprComplex.cpp | 105 ComplexPairTy VisitStmt(Stmt *S) { VisitStmt() function in __anon020953520111::ComplexExprEmitter
|
H A D | CGExprAgg.cpp | 111 void VisitStmt(Stmt *S) { VisitStmt() function in __anon0eddf5e90111::AggExprEmitter
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaAvailability.cpp | 717 bool VisitStmt(Stmt *S) { return S != Target; } VisitStmt() function in __anon19b5bb430411::StmtUSEFinder
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | FindTarget.cpp | 999 bool VisitStmt(Stmt *S) { VisitStmt() function in clang::clangd::__anoncfb560360211::ExplicitReferenceCollector
|