Home | History | Annotate | Download | only in Sema

Lines Matching defs:Placeholder

2173     // The argument for a dependent or non-block parameter is a placeholder 
2239 // for the block; just use the parameter type as a placeholder.
2343 // Format the placeholder string.
2349 // Add the placeholder string.
2408 // Since putting the template argument list into the placeholder would
2439 // Add the placeholder string.
2825 // If we're before the starting parameter, skip the placeholder.
2923 // Format the placeholder string.
2924 std::string Placeholder;
2926 Placeholder = FormatFunctionParameter(Policy, Function->getParamDecl(P));
2928 Placeholder = Prototype->getParamType(P).getAsString(Policy);
2932 Result.getAllocator().CopyString(Placeholder));
2934 Result.AddPlaceholderChunk(Result.getAllocator().CopyString(Placeholder));