Lines Matching refs:FunctionArgs
2071 // Build FunctionArgs, but only include the implicit 'this' parameter
2073 FunctionArgList FunctionArgs;
2074 buildThisParam(CGF, FunctionArgs);
2078 FunctionArgs, MD->getLocation(), SourceLocation());
3991 // Build FunctionArgs.
3992 FunctionArgList FunctionArgs;
3995 buildThisParam(CGF, FunctionArgs);
4006 FunctionArgs.push_back(&SrcParam);
4017 FunctionArgs.push_back(&IsMostDerived);
4022 FunctionArgs, CD->getLocation(), SourceLocation());