Lines Matching refs:PlaceholderStr
2344 std::string PlaceholderStr = FormatFunctionParameter(Policy, Param); in AddFunctionParameterChunks() local
2347 PlaceholderStr += ", ..."; in AddFunctionParameterChunks()
2351 Result.getAllocator().CopyString(PlaceholderStr)); in AddFunctionParameterChunks()
2385 std::string PlaceholderStr; in AddTemplateParameterChunks() local
2388 PlaceholderStr = "typename"; in AddTemplateParameterChunks()
2390 PlaceholderStr = "class"; in AddTemplateParameterChunks()
2393 PlaceholderStr += ' '; in AddTemplateParameterChunks()
2394 PlaceholderStr += TTP->getIdentifier()->getName(); in AddTemplateParameterChunks()
2401 PlaceholderStr = NTTP->getIdentifier()->getName(); in AddTemplateParameterChunks()
2402 NTTP->getType().getAsStringInternal(PlaceholderStr, Policy); in AddTemplateParameterChunks()
2410 PlaceholderStr = "template<...> class"; in AddTemplateParameterChunks()
2412 PlaceholderStr += ' '; in AddTemplateParameterChunks()
2413 PlaceholderStr += TTP->getIdentifier()->getName(); in AddTemplateParameterChunks()
2441 Result.getAllocator().CopyString(PlaceholderStr)); in AddTemplateParameterChunks()