Lines Matching refs:PlaceholderStr
3141 std::string PlaceholderStr = FormatFunctionParameter(Policy, Param); in AddFunctionParameterChunks() local
3143 PlaceholderStr += in AddFunctionParameterChunks()
3147 PlaceholderStr += ", ..."; in AddFunctionParameterChunks()
3151 Result.getAllocator().CopyString(PlaceholderStr)); in AddFunctionParameterChunks()
3181 std::string PlaceholderStr; in AddTemplateParameterChunks() local
3184 PlaceholderStr = "typename"; in AddTemplateParameterChunks()
3186 llvm::raw_string_ostream OS(PlaceholderStr); in AddTemplateParameterChunks()
3189 PlaceholderStr = "class"; in AddTemplateParameterChunks()
3192 PlaceholderStr += ' '; in AddTemplateParameterChunks()
3193 PlaceholderStr += TTP->getIdentifier()->deuglifiedName(); in AddTemplateParameterChunks()
3200 PlaceholderStr = std::string(NTTP->getIdentifier()->deuglifiedName()); in AddTemplateParameterChunks()
3201 NTTP->getType().getAsStringInternal(PlaceholderStr, Policy); in AddTemplateParameterChunks()
3209 PlaceholderStr = "template<...> class"; in AddTemplateParameterChunks()
3211 PlaceholderStr += ' '; in AddTemplateParameterChunks()
3212 PlaceholderStr += TTP->getIdentifier()->deuglifiedName(); in AddTemplateParameterChunks()
3240 Result.getAllocator().CopyString(PlaceholderStr)); in AddTemplateParameterChunks()
4982 std::string PlaceholderStr = in AddObjCBlockCall() local
4987 PlaceholderStr += ", ..."; in AddObjCBlockCall()
4991 Builder.getAllocator().CopyString(PlaceholderStr)); in AddObjCBlockCall()
5064 std::string PlaceholderStr = formatBlockPlaceholder( in AddObjCProperties() local
5069 Builder.getAllocator().CopyString(PlaceholderStr)); in AddObjCProperties()