Home
last modified time | relevance | path

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

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