Searched refs:CallDecl (Results 1 – 3 of 3) sorted by relevance
156 const auto *CallDecl = Result.Nodes.getNodeAs<FunctionDecl>("call_decl"); in check() local158 getScaleForFactory(CallDecl->getName()); in check()
84 namespace CallDecl { namespace
930 const Decl *CallDecl = Call.getDecl(); in getPrintfFormatArgumentNum() local931 if (!CallDecl) in getPrintfFormatArgumentNum()933 const FunctionDecl *FDecl = CallDecl->getAsFunction(); in getPrintfFormatArgumentNum()