/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | SuspiciousReallocUsageCheck.cpp | 84 bool VisitDeclStmt(const DeclStmt *S) { in VisitDeclStmt() function in __anonfb37946e0111::FindAssignToVarBefore
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | LoopConvertUtils.cpp | 52 bool StmtAncestorASTVisitor::VisitDeclStmt(DeclStmt *Statement) { in VisitDeclStmt() function in clang::tidy::modernize::StmtAncestorASTVisitor 798 bool ForLoopIndexUseVisitor::VisitDeclStmt(DeclStmt *S) { VisitDeclStmt() function in clang::tidy::modernize::ForLoopIndexUseVisitor
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocSizeofChecker.cpp | 102 TypeCallPair VisitDeclStmt(const DeclStmt *S) { in VisitDeclStmt() function in __anonc0a1e27e0111::CastedAllocFinder
|
H A D | LLVMConventionsChecker.cpp | 142 void StringRefCheckerVisitor::VisitDeclStmt(DeclStmt *S) { in VisitDeclStmt() function in StringRefCheckerVisitor
|
/llvm-project/clang/lib/Analysis/ |
H A D | UninitializedValues.cpp | 386 void ClassifyRefs::VisitDeclStmt(DeclStmt *DS) { in VisitDeclStmt() function in ClassifyRefs 765 void TransferFunctions::VisitDeclStmt(DeclStmt *DS) { in VisitDeclStmt() function in TransferFunctions
|
H A D | LiveVariables.cpp | 396 void TransferFunctions::VisitDeclStmt(DeclStmt *DS) { VisitDeclStmt() function in TransferFunctions
|
H A D | ThreadSafety.cpp | 607 void VarMapBuilder::VisitDeclStmt(const DeclStmt *S) { VisitDeclStmt() function in VarMapBuilder 2115 void BuildLockset::VisitDeclStmt(const DeclStmt *S) { VisitDeclStmt() function in BuildLockset
|
H A D | Consumed.cpp | 838 void ConsumedStmtVisitor::VisitDeclStmt(const DeclStmt *DeclS) { VisitDeclStmt() function in ConsumedStmtVisitor
|
H A D | CalledOnceCheck.cpp | 1604 void VisitDeclStmt(const DeclStmt *DS) { in VisitDeclStmt() function in __anondd8a70880111::CalledOnceChecker
|
H A D | CFG.cpp | 2906 CFGBlock *CFGBuilder::VisitDeclStmt(DeclStmt *DS) { VisitDeclStmt() function in CFGBuilder 5543 void VisitDeclStmt(DeclStmt *DS) { VisitDeclStmt() function in __anon36ae77d00711::CFGBlockTerminatorPrint
|
/llvm-project/clang/lib/Index/ |
H A D | IndexBody.cpp | 386 bool VisitDeclStmt(DeclStmt *S) { in VisitDeclStmt() function in __anona191e0fa0111::BodyIndexer
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | Transfer.cpp | 224 void VisitDeclStmt(const DeclStmt *S) { VisitDeclStmt() function in clang::dataflow::__anonfd8dcce60111::TransferVisitor
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | PtrTypesSemantics.cpp | 330 bool VisitDeclStmt(const DeclStmt *DS) { return VisitChildren(DS); } VisitDeclStmt() function in clang::TrivialFunctionAnalysisVisitor
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineC.cpp | 565 void ExprEngine::VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred, in VisitDeclStmt() function in ExprEngine
|
/llvm-project/clang/include/clang/AST/ |
H A D | ASTNodeTraverser.h | 788 void VisitDeclStmt(const DeclStmt *Node) { VisitDeclStmt() function
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 327 void VisitDeclStmt(const DeclStmt *S) { in VisitDeclStmt() function in __anond936b3ba0111::CheckVarsEscapingDeclContext
|
H A D | CGStmtOpenMP.cpp | 4574 void VisitDeclStmt(const DeclStmt *S) { VisitDeclStmt() function in __anonfdc450d25811::CheckVarsEscapingUntiedTaskDeclContext
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 339 void ASTStmtWriter::VisitDeclStmt(DeclStmt *S) { VisitDeclStmt() function in ASTStmtWriter
|
H A D | ASTReaderStmt.cpp | 349 void ASTStmtReader::VisitDeclStmt(DeclStmt *S) { VisitDeclStmt() function in ASTStmtReader
|
/llvm-project/clang/lib/AST/ |
H A D | StmtPrinter.cpp | 260 void StmtPrinter::VisitDeclStmt(DeclStmt *Node) { VisitDeclStmt() function in StmtPrinter
|
H A D | StmtProfile.cpp | 251 void StmtProfiler::VisitDeclStmt(const DeclStmt *S) { in VisitDeclStmt() function in StmtProfiler
|
H A D | Expr.cpp | 3553 void VisitDeclStmt(const DeclStmt *DS) { VisitDeclStmt() function in __anon3f55c0630811::SideEffectFinder
|
H A D | ASTImporter.cpp | 6820 ExpectedStmt ASTNodeImporter::VisitDeclStmt(DeclStmt *S) { VisitDeclStmt() function in ASTNodeImporter
|
/llvm-project/clang/tools/libclang/ |
H A D | CIndex.cpp | 3008 void EnqueueVisitor::VisitDeclStmt(const DeclStmt *S) { VisitDeclStmt() function in EnqueueVisitor
|