/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | EvaluatedExprVisitor.h | 103 void VisitStmt(PTR(Stmt) S) { in VisitStmt() function
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ObjCContainersASTChecker.cpp | 79 void VisitStmt(Stmt *S) { VisitChildren(S); } in VisitStmt() function in __anon92c36e3f0111::WalkAST
|
H A D | DirectIvarAssignment.cpp | 74 void VisitStmt(const Stmt *S) { VisitChildren(S); } in VisitStmt() function in __anonb45dccd40111::DirectIvarAssignment::MethodCrawler
|
H A D | CStringSyntaxChecker.cpp | 109 void VisitStmt(Stmt *S) { in VisitStmt() function in __anon8e4070240111::WalkAST
|
H A D | MallocSizeofChecker.cpp | 86 TypeCallPair VisitStmt(const Stmt *S) { in VisitStmt() function in __anon7b2079cb0111::CastedAllocFinder
|
H A D | LLVMConventionsChecker.cpp | 129 void VisitStmt(Stmt *S) { VisitChildren(S); } in VisitStmt() function in __anonfe7749740111::StringRefCheckerVisitor
|
H A D | LocalizationChecker.cpp | 1047 void VisitStmt(const Stmt *S) { VisitChildren(S); } in VisitStmt() function in __anon79a03b4c0511::EmptyLocalizationContextChecker::MethodCrawler
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | RefCntblBaseVirtualDtorChecker.cpp | 112 bool VisitStmt(const Stmt *S) { return VisitChildren(S); } in VisitStmt() function in __anonf2028dc30111::DerefFuncDeleteExprVisitor
|
H A D | PtrTypesSemantics.cpp | 311 bool VisitStmt(const Stmt *S) { in VisitStmt() function in clang::TrivialFunctionAnalysisVisitor
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 355 bool VisitStmt(Stmt *S) { in VisitStmt() function 618 void VisitStmt(const Stmt *S) { in VisitStmt() function
|
H A D | CGCoroutine.cpp | 504 void VisitStmt(Stmt *S) { in VisitStmt() function
|
H A D | CGExprConstant.cpp | 1050 llvm::Constant *VisitStmt(const Stmt *S, QualType T) { return nullptr; } in VisitStmt() function in __anon9d6f04f10111::ConstExprEmitter 1994 ConstantLValue VisitStmt(const Stmt *S) { return nullptr; } in VisitStmt() function in __anon9d6f04f10b11::ConstantLValueEmitter
|
H A D | CGExprAgg.cpp | 111 void VisitStmt(Stmt *S) { in VisitStmt() function in __anon66bd1ef60111::AggExprEmitter
|
H A D | CGExprComplex.cpp | 105 ComplexPairTy VisitStmt(Stmt *S) { in VisitStmt() function in __anon18403adf0111::ComplexExprEmitter
|
H A D | CGOpenMPRuntimeGPU.cpp | 456 void VisitStmt(const Stmt *S) { in VisitStmt() function in __anon61bd5b670111::CheckVarsEscapingDeclContext
|
H A D | CoverageMappingGen.cpp | 1445 void VisitStmt(const Stmt *S) { in VisitStmt() function
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ReachableCode.cpp | 483 bool VisitStmt(const Stmt *S) { in isInCoroutineStmt() function
|
H A D | AnalysisDeclContext.cpp | 602 void VisitStmt(Stmt *S) { in VisitStmt() function in __anon06a8dfce0111::FindBlockDeclRefExprsVals
|
H A D | CalledOnceCheck.cpp | 569 std::optional<Clarification> VisitStmt(const Stmt *Terminator) { in VisitStmt() function in __anon4ef948f50111::NotCalledClarifier
|
H A D | CFG.cpp | 2412 CFGBlock *CFGBuilder::VisitStmt(Stmt *S, AddStmtChoice asc) { in VisitStmt() function in CFGBuilder 5539 void VisitStmt(Stmt *Terminator) { in VisitStmt() function in __anonef2f84bd0711::CFGBlockTerminatorPrint
|
H A D | UnsafeBufferUsage.cpp | 40 std::string VisitStmt(const Stmt *S) { return S->getStmtClassName(); } in VisitStmt() function in __anon8edba8be0111::StmtDebugPrinter
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAvailability.cpp | 723 bool VisitStmt(Stmt *S) { return S != Target; } in VisitStmt() function in __anon2feca2d00411::StmtUSEFinder
|
H A D | SemaOpenMP.cpp | 3244 bool VisitStmt(const Stmt *S) { in VisitStmt() function in __anon1dd12e441f11::LocalVarRefChecker 4164 void VisitStmt(Stmt *S) { in VisitStmt() function in __anon1dd12e442111::DSAAttrChecker 5228 bool VisitStmt(const Stmt *S) { in VisitStmt() function in __anon1dd12e443311::AllocatorChecker 5963 void VisitStmt(const Stmt *S) { in VisitStmt() function in __anon1dd12e443711::TeamsLoopChecker 8086 bool VisitStmt(const Stmt *S) { in VisitStmt() function in __anon1dd12e443c11::__anon1dd12e443d11::LoopCounterRefChecker 17795 bool VisitStmt(Stmt *S) { in VisitStmt() function in __anon1dd12e446911::DSARefChecker 20484 bool VisitStmt(Stmt *) { in VisitStmt() function in __anon1dd12e447211::MapBaseChecker
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 128 void ASTStmtWriter::VisitStmt(Stmt *S) { in VisitStmt() function in ASTStmtWriter
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtPrinter.cpp | 153 void VisitStmt(Stmt *Node) LLVM_ATTRIBUTE_UNUSED { in VisitStmt() function in __anon7ba585bd0111::StmtPrinter
|