Lines Matching refs:PlaceholderStr
2281 std::string PlaceholderStr = FormatFunctionParameter(Context, Policy, in AddFunctionParameterChunks() local
2285 PlaceholderStr += ", ..."; in AddFunctionParameterChunks()
2289 Result.getAllocator().CopyString(PlaceholderStr)); in AddFunctionParameterChunks()
2323 std::string PlaceholderStr; in AddTemplateParameterChunks() local
2326 PlaceholderStr = "typename"; in AddTemplateParameterChunks()
2328 PlaceholderStr = "class"; in AddTemplateParameterChunks()
2331 PlaceholderStr += ' '; in AddTemplateParameterChunks()
2332 PlaceholderStr += TTP->getIdentifier()->getName(); in AddTemplateParameterChunks()
2339 PlaceholderStr = NTTP->getIdentifier()->getName(); in AddTemplateParameterChunks()
2340 NTTP->getType().getAsStringInternal(PlaceholderStr, Policy); in AddTemplateParameterChunks()
2348 PlaceholderStr = "template<...> class"; in AddTemplateParameterChunks()
2350 PlaceholderStr += ' '; in AddTemplateParameterChunks()
2351 PlaceholderStr += TTP->getIdentifier()->getName(); in AddTemplateParameterChunks()
2379 Result.getAllocator().CopyString(PlaceholderStr)); in AddTemplateParameterChunks()