Home | History | Annotate | Download | only in CodeGen

Lines Matching full:formal

59 /// Returns the canonical formal type of the given C++ method.
106 /// Given the formal ext-info of a C++ instance method, adjust it
214 // Add the formal parameters.
239 assert(FTP->getNumArgs() == 0 && "dtor with formal parameters");
240 assert(FTP->isVariadic() == 0 && "dtor with formal parameters");
277 // arguments, except also using the formal 'self' type.
328 /// additional number of formal parameters considered required.
358 /// Figure out the rules for calling a function with the given formal