Searched refs:FDWithProto (Results 1 – 1 of 1) sorted by relevance
7089 static void setPrototype(Sema &S, FunctionDecl *FD, FunctionDecl *FDWithProto, in setPrototype() argument7095 assert(FDWithProto->getType()->isFunctionProtoType() && in setPrototype()7100 for (const ParmVarDecl *P : FDWithProto->parameters()) { in setPrototype()