Home
last modified time | relevance | path

Searched defs:VisitDeclStmt (Results 1 – 24 of 24) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousReallocUsageCheck.cpp84 bool VisitDeclStmt(const DeclStmt *S) { in VisitDeclStmt() function in __anonfb37946e0111::FindAssignToVarBefore
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.cpp52 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 DMallocSizeofChecker.cpp102 TypeCallPair VisitDeclStmt(const DeclStmt *S) { in VisitDeclStmt() function in __anonc0a1e27e0111::CastedAllocFinder
H A DLLVMConventionsChecker.cpp142 void StringRefCheckerVisitor::VisitDeclStmt(DeclStmt *S) { in VisitDeclStmt() function in StringRefCheckerVisitor
/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp386 void ClassifyRefs::VisitDeclStmt(DeclStmt *DS) { in VisitDeclStmt() function in ClassifyRefs
765 void TransferFunctions::VisitDeclStmt(DeclStmt *DS) { in VisitDeclStmt() function in TransferFunctions
H A DLiveVariables.cpp396 void TransferFunctions::VisitDeclStmt(DeclStmt *DS) { VisitDeclStmt() function in TransferFunctions
H A DThreadSafety.cpp607 void VarMapBuilder::VisitDeclStmt(const DeclStmt *S) { VisitDeclStmt() function in VarMapBuilder
2115 void BuildLockset::VisitDeclStmt(const DeclStmt *S) { VisitDeclStmt() function in BuildLockset
H A DConsumed.cpp838 void ConsumedStmtVisitor::VisitDeclStmt(const DeclStmt *DeclS) { VisitDeclStmt() function in ConsumedStmtVisitor
H A DCalledOnceCheck.cpp1604 void VisitDeclStmt(const DeclStmt *DS) { in VisitDeclStmt() function in __anondd8a70880111::CalledOnceChecker
H A DCFG.cpp2906 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 DIndexBody.cpp386 bool VisitDeclStmt(DeclStmt *S) { in VisitDeclStmt() function in __anona191e0fa0111::BodyIndexer
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp224 void VisitDeclStmt(const DeclStmt *S) { VisitDeclStmt() function in clang::dataflow::__anonfd8dcce60111::TransferVisitor
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp330 bool VisitDeclStmt(const DeclStmt *DS) { return VisitChildren(DS); } VisitDeclStmt() function in clang::TrivialFunctionAnalysisVisitor
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp565 void ExprEngine::VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred, in VisitDeclStmt() function in ExprEngine
/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h788 void VisitDeclStmt(const DeclStmt *Node) { VisitDeclStmt() function
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp327 void VisitDeclStmt(const DeclStmt *S) { in VisitDeclStmt() function in __anond936b3ba0111::CheckVarsEscapingDeclContext
H A DCGStmtOpenMP.cpp4574 void VisitDeclStmt(const DeclStmt *S) { VisitDeclStmt() function in __anonfdc450d25811::CheckVarsEscapingUntiedTaskDeclContext
/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp339 void ASTStmtWriter::VisitDeclStmt(DeclStmt *S) { VisitDeclStmt() function in ASTStmtWriter
H A DASTReaderStmt.cpp349 void ASTStmtReader::VisitDeclStmt(DeclStmt *S) { VisitDeclStmt() function in ASTStmtReader
/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp260 void StmtPrinter::VisitDeclStmt(DeclStmt *Node) { VisitDeclStmt() function in StmtPrinter
H A DStmtProfile.cpp251 void StmtProfiler::VisitDeclStmt(const DeclStmt *S) { in VisitDeclStmt() function in StmtProfiler
H A DExpr.cpp3553 void VisitDeclStmt(const DeclStmt *DS) { VisitDeclStmt() function in __anon3f55c0630811::SideEffectFinder
H A DASTImporter.cpp6820 ExpectedStmt ASTNodeImporter::VisitDeclStmt(DeclStmt *S) { VisitDeclStmt() function in ASTNodeImporter
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp3008 void EnqueueVisitor::VisitDeclStmt(const DeclStmt *S) { VisitDeclStmt() function in EnqueueVisitor