Lines Matching refs:PlaceholderStr

2615     std::string PlaceholderStr = FormatFunctionParameter(Policy, Param);  in AddFunctionParameterChunks()  local
2617 PlaceholderStr += in AddFunctionParameterChunks()
2621 PlaceholderStr += ", ..."; in AddFunctionParameterChunks()
2625 Result.getAllocator().CopyString(PlaceholderStr)); in AddFunctionParameterChunks()
2655 std::string PlaceholderStr; in AddTemplateParameterChunks() local
2658 PlaceholderStr = "typename"; in AddTemplateParameterChunks()
2660 PlaceholderStr = "class"; in AddTemplateParameterChunks()
2663 PlaceholderStr += ' '; in AddTemplateParameterChunks()
2664 PlaceholderStr += TTP->getIdentifier()->getName(); in AddTemplateParameterChunks()
2671 PlaceholderStr = NTTP->getIdentifier()->getName(); in AddTemplateParameterChunks()
2672 NTTP->getType().getAsStringInternal(PlaceholderStr, Policy); in AddTemplateParameterChunks()
2680 PlaceholderStr = "template<...> class"; in AddTemplateParameterChunks()
2682 PlaceholderStr += ' '; in AddTemplateParameterChunks()
2683 PlaceholderStr += TTP->getIdentifier()->getName(); in AddTemplateParameterChunks()
2711 Result.getAllocator().CopyString(PlaceholderStr)); in AddTemplateParameterChunks()
3976 std::string PlaceholderStr = in AddObjCBlockCall() local
3981 PlaceholderStr += ", ..."; in AddObjCBlockCall()
3985 Builder.getAllocator().CopyString(PlaceholderStr)); in AddObjCBlockCall()
4058 std::string PlaceholderStr = formatBlockPlaceholder( in AddObjCProperties() local
4063 Builder.getAllocator().CopyString(PlaceholderStr)); in AddObjCProperties()