Lines Matching defs:FunctionArgs
2106 // Build FunctionArgs, but only include the implicit 'this' parameter
2108 FunctionArgList FunctionArgs;
2109 buildThisParam(CGF, FunctionArgs);
2113 FunctionArgs, MD->getLocation(), SourceLocation());
4092 // Build FunctionArgs.
4093 FunctionArgList FunctionArgs;
4096 buildThisParam(CGF, FunctionArgs);
4107 FunctionArgs.push_back(&SrcParam);
4118 FunctionArgs.push_back(&IsMostDerived);
4123 FunctionArgs, CD->getLocation(), SourceLocation());