Lines Matching refs:PlaceholderStr
3037 std::string PlaceholderStr = FormatFunctionParameter(Policy, Param); in AddFunctionParameterChunks() local
3039 PlaceholderStr += in AddFunctionParameterChunks()
3043 PlaceholderStr += ", ..."; in AddFunctionParameterChunks()
3047 Result.getAllocator().CopyString(PlaceholderStr)); in AddFunctionParameterChunks()
3077 std::string PlaceholderStr; in AddTemplateParameterChunks() local
3080 PlaceholderStr = "typename"; in AddTemplateParameterChunks()
3082 llvm::raw_string_ostream OS(PlaceholderStr); in AddTemplateParameterChunks()
3086 PlaceholderStr = "class"; in AddTemplateParameterChunks()
3089 PlaceholderStr += ' '; in AddTemplateParameterChunks()
3090 PlaceholderStr += TTP->getIdentifier()->deuglifiedName(); in AddTemplateParameterChunks()
3097 PlaceholderStr = std::string(NTTP->getIdentifier()->deuglifiedName()); in AddTemplateParameterChunks()
3098 NTTP->getType().getAsStringInternal(PlaceholderStr, Policy); in AddTemplateParameterChunks()
3106 PlaceholderStr = "template<...> class"; in AddTemplateParameterChunks()
3108 PlaceholderStr += ' '; in AddTemplateParameterChunks()
3109 PlaceholderStr += TTP->getIdentifier()->deuglifiedName(); in AddTemplateParameterChunks()
3137 Result.getAllocator().CopyString(PlaceholderStr)); in AddTemplateParameterChunks()
4851 std::string PlaceholderStr = in AddObjCBlockCall() local
4856 PlaceholderStr += ", ..."; in AddObjCBlockCall()
4860 Builder.getAllocator().CopyString(PlaceholderStr)); in AddObjCBlockCall()
4933 std::string PlaceholderStr = formatBlockPlaceholder( in AddObjCProperties() local
4938 Builder.getAllocator().CopyString(PlaceholderStr)); in AddObjCProperties()