/external/clang/lib/StaticAnalyzer/Checkers/ |
D | LLVMConventionsChecker.cpp | 132 void VisitDeclStmt(DeclStmt *DS); 144 void StringRefCheckerVisitor::VisitDeclStmt(DeclStmt *S) { in VisitDeclStmt() function in StringRefCheckerVisitor
|
D | MallocSizeofChecker.cpp | 102 TypeCallPair VisitDeclStmt(const DeclStmt *S) { in VisitDeclStmt() function in __anond7a9b2540111::CastedAllocFinder
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | LLVMConventionsChecker.cpp | 130 void VisitDeclStmt(DeclStmt *DS); 142 void StringRefCheckerVisitor::VisitDeclStmt(DeclStmt *S) { in VisitDeclStmt() function in StringRefCheckerVisitor
|
D | MallocSizeofChecker.cpp | 101 TypeCallPair VisitDeclStmt(const DeclStmt *S) { in VisitDeclStmt() function in __anon7d99a6c20111::CastedAllocFinder
|
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | LoopConvertUtils.h | 85 bool VisitDeclStmt(clang::DeclStmt *Statement); 356 bool VisitDeclStmt(DeclStmt *S);
|
D | LoopConvertUtils.cpp | 52 bool StmtAncestorASTVisitor::VisitDeclStmt(DeclStmt *Decls) { in VisitDeclStmt() function in clang::tidy::modernize::StmtAncestorASTVisitor 800 bool ForLoopIndexUseVisitor::VisitDeclStmt(DeclStmt *S) { in VisitDeclStmt() function in clang::tidy::modernize::ForLoopIndexUseVisitor
|
/external/llvm-project/clang/lib/Analysis/ |
D | UninitializedValues.cpp | 288 void VisitDeclStmt(DeclStmt *DS); 371 void ClassifyRefs::VisitDeclStmt(DeclStmt *DS) { in VisitDeclStmt() function in ClassifyRefs 490 void VisitDeclStmt(DeclStmt *ds); 772 void TransferFunctions::VisitDeclStmt(DeclStmt *DS) { in VisitDeclStmt() function in TransferFunctions
|
D | LiveVariables.cpp | 167 void VisitDeclStmt(DeclStmt *DS); 377 void TransferFunctions::VisitDeclStmt(DeclStmt *DS) { in VisitDeclStmt() function in TransferFunctions
|
D | ThreadSafety.cpp | 600 void VisitDeclStmt(const DeclStmt *S); 607 void VarMapBuilder::VisitDeclStmt(const DeclStmt *S) { in VisitDeclStmt() function in VarMapBuilder 1622 void VisitDeclStmt(const DeclStmt *S); 2145 void BuildLockset::VisitDeclStmt(const DeclStmt *S) { in VisitDeclStmt() function in BuildLockset
|
D | Consumed.cpp | 508 void VisitDeclStmt(const DeclStmt *DelcS); 838 void ConsumedStmtVisitor::VisitDeclStmt(const DeclStmt *DeclS) { in VisitDeclStmt() function in ConsumedStmtVisitor
|
D | CFG.cpp | 567 CFGBlock *VisitDeclStmt(DeclStmt *DS); 2229 return VisitDeclStmt(cast<DeclStmt>(S)); in Visit() 2805 CFGBlock *CFGBuilder::VisitDeclStmt(DeclStmt *DS) { in VisitDeclStmt() function in CFGBuilder 5242 void VisitDeclStmt(DeclStmt *DS) { in VisitDeclStmt() function in __anon99fcb4940611::CFGBlockTerminatorPrint
|
/external/clang/lib/Analysis/ |
D | UninitializedValues.cpp | 327 void VisitDeclStmt(DeclStmt *DS); 408 void ClassifyRefs::VisitDeclStmt(DeclStmt *DS) { in VisitDeclStmt() function in ClassifyRefs 514 void VisitDeclStmt(DeclStmt *ds); 753 void TransferFunctions::VisitDeclStmt(DeclStmt *DS) { in VisitDeclStmt() function in TransferFunctions
|
D | LiveVariables.cpp | 209 void VisitDeclStmt(DeclStmt *DS); 372 void TransferFunctions::VisitDeclStmt(DeclStmt *DS) { in VisitDeclStmt() function in TransferFunctions
|
D | ThreadSafety.cpp | 558 void VisitDeclStmt(DeclStmt *S); 564 void VarMapBuilder::VisitDeclStmt(DeclStmt *S) { in VisitDeclStmt() function in __anon538a297a0811::VarMapBuilder 1495 void VisitDeclStmt(DeclStmt *S); 1981 void BuildLockset::VisitDeclStmt(DeclStmt *S) { in VisitDeclStmt() function in BuildLockset
|
D | Consumed.cpp | 505 void VisitDeclStmt(const DeclStmt *DelcS); 852 void ConsumedStmtVisitor::VisitDeclStmt(const DeclStmt *DeclS) { in VisitDeclStmt() function in clang::consumed::ConsumedStmtVisitor
|
D | CFG.cpp | 452 CFGBlock *VisitDeclStmt(DeclStmt *DS); 1527 return VisitDeclStmt(cast<DeclStmt>(S)); in Visit() 2036 CFGBlock *CFGBuilder::VisitDeclStmt(DeclStmt *DS) { in VisitDeclStmt() function in __anon30bb6a660111::CFGBuilder 4127 void VisitDeclStmt(DeclStmt *DS) { in VisitDeclStmt() function in __anon30bb6a660311::CFGBlockTerminatorPrint
|
/external/clang/lib/Index/ |
D | IndexBody.cpp | 261 bool VisitDeclStmt(DeclStmt *S) { in VisitDeclStmt() function in __anon7523d3d00111::BodyIndexer
|
/external/llvm-project/clang/lib/Index/ |
D | IndexBody.cpp | 371 bool VisitDeclStmt(DeclStmt *S) { in VisitDeclStmt() function in __anon0b72173e0111::BodyIndexer
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 377 void VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred,
|
/external/llvm-project/clang/lib/StaticAnalyzer/ |
D | README.txt | 77 evaluated CXXConstructExpr. Then in VisitDeclStmt(), we compute the
|
/external/clang/lib/StaticAnalyzer/ |
D | README.txt | 77 evaluated CXXConstructExpr. Then in VisitDeclStmt(), we compute the
|
/external/llvm-project/clang/include/clang/AST/ |
D | ASTNodeTraverser.h | 644 void VisitDeclStmt(const DeclStmt *Node) { in VisitDeclStmt() function
|
/external/clang/lib/AST/ |
D | ASTDumper.cpp | 498 void VisitDeclStmt(const DeclStmt *Node); 1756 VisitDeclStmt(DS); in dumpStmt() 1776 void ASTDumper::VisitDeclStmt(const DeclStmt *Node) { in VisitDeclStmt() function in ASTDumper
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 489 void VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred,
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineC.cpp | 476 void ExprEngine::VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred, in VisitDeclStmt() function in ExprEngine
|