Home
last modified time | relevance | path

Searched refs:CallDecl (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/abseil/
H A DDurationFactoryScaleCheck.cpp156 const auto *CallDecl = Result.Nodes.getNodeAs<FunctionDecl>("call_decl"); in check() local
158 getScaleForFactory(CallDecl->getName()); in check()
/llvm-project-15.0.7/clang/test/Analysis/
H A Ddebug-CallGraph.cpp84 namespace CallDecl { namespace
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp930 const Decl *CallDecl = Call.getDecl(); in getPrintfFormatArgumentNum() local
931 if (!CallDecl) in getPrintfFormatArgumentNum()
933 const FunctionDecl *FDecl = CallDecl->getAsFunction(); in getPrintfFormatArgumentNum()