Lines Matching defs:FunctionArgs
2112 // Build FunctionArgs, but only include the implicit 'this' parameter
2114 FunctionArgList FunctionArgs;
2115 buildThisParam(CGF, FunctionArgs);
2119 FunctionArgs, MD->getLocation(), SourceLocation());
4099 // Build FunctionArgs.
4100 FunctionArgList FunctionArgs;
4103 buildThisParam(CGF, FunctionArgs);
4114 FunctionArgs.push_back(&SrcParam);
4125 FunctionArgs.push_back(&IsMostDerived);
4130 FunctionArgs, CD->getLocation(), SourceLocation());