Lines Matching defs:Placeholder
3822 auto AddChunk = [&](llvm::StringRef Placeholder) {
3825 const char *Copy = Result.getAllocator().CopyString(Placeholder);
3882 std::string Placeholder;
3887 Placeholder = FormatFunctionParameter(Policy, Param);
3889 Placeholder += GetDefaultValueString(Param, Context.getSourceManager(),
3892 Placeholder = Prototype->getParamType(P).getAsString(Policy);
3897 Result.getAllocator().CopyString(Placeholder));
3899 Result.AddPlaceholderChunk(Result.getAllocator().CopyString(Placeholder));
3967 std::string Placeholder =
3976 Current->getAllocator().CopyString(Placeholder));