Searched refs:RTDecl (Results 1 – 1 of 1) sorted by relevance
434 const FunctionDecl *RTDecl = in castArgToParamTypeIfNeeded() local438 if (!RTDecl || !CallExprDecl) in castArgToParamTypeIfNeeded()445 if (CallExprDecl->hasPrototype() || !RTDecl->hasPrototype()) in castArgToParamTypeIfNeeded()450 if (Call.getNumArgs() != RTDecl->getNumParams()) in castArgToParamTypeIfNeeded()454 const ParmVarDecl *Param = RTDecl->getParamDecl(ArgIdx); in castArgToParamTypeIfNeeded()