Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp1054 const Decl *CallDecl = Call.getDecl(); in getPrintfFormatArgumentNum() local
1055 if (!CallDecl) in getPrintfFormatArgumentNum()
1057 const FunctionDecl *FDecl = CallDecl->getAsFunction(); in getPrintfFormatArgumentNum()