Searched refs:CallExprDecl (Results 1 – 1 of 1) sorted by relevance
436 const auto *CallExprDecl = dyn_cast_or_null<FunctionDecl>(Call.getDecl()); in castArgToParamTypeIfNeeded() local437 if (!CallExprDecl) in castArgToParamTypeIfNeeded()440 const FunctionDecl *Definition = CallExprDecl; in castArgToParamTypeIfNeeded()447 if (CallExprDecl->hasPrototype() || !Definition->hasPrototype()) in castArgToParamTypeIfNeeded()