Searched refs:RTDecl (Results 1 – 1 of 1) sorted by relevance
437 const FunctionDecl *RTDecl = in castArgToParamTypeIfNeeded() local441 if (!RTDecl || !CallExprDecl) in castArgToParamTypeIfNeeded()448 if (CallExprDecl->hasPrototype() || !RTDecl->hasPrototype()) in castArgToParamTypeIfNeeded()453 if (Call.getNumArgs() != RTDecl->getNumParams()) in castArgToParamTypeIfNeeded()457 const ParmVarDecl *Param = RTDecl->getParamDecl(ArgIdx); in castArgToParamTypeIfNeeded()