Lines Matching defs:Placeholder
3949 auto AddChunk = [&](llvm::StringRef Placeholder) {
3952 const char *Copy = Result.getAllocator().CopyString(Placeholder);
4009 std::string Placeholder;
4014 Placeholder = FormatFunctionParameter(Policy, Param);
4016 Placeholder += GetDefaultValueString(Param, Context.getSourceManager(),
4019 Placeholder = Prototype->getParamType(P).getAsString(Policy);
4024 Result.getAllocator().CopyString(Placeholder));
4026 Result.AddPlaceholderChunk(Result.getAllocator().CopyString(Placeholder));
4094 std::string Placeholder =
4103 Current->getAllocator().CopyString(Placeholder));