Home | History | Annotate | Download | only in Sema

Lines Matching defs:Placeholder

2161     // The argument for a dependent or non-block parameter is a placeholder 
2227 // for the block; just use the parameter type as a placeholder.
2331 // Format the placeholder string.
2337 // Add the placeholder string.
2396 // Since putting the template argument list into the placeholder would
2427 // Add the placeholder string.
2813 // If we're before the starting parameter, skip the placeholder.
2911 // Format the placeholder string.
2912 std::string Placeholder;
2914 Placeholder = FormatFunctionParameter(Policy, Function->getParamDecl(P));
2916 Placeholder = Prototype->getParamType(P).getAsString(Policy);
2920 Result.getAllocator().CopyString(Placeholder));
2922 Result.AddPlaceholderChunk(Result.getAllocator().CopyString(Placeholder));