Lines Matching refs:PlaceholderStr

3072     std::string PlaceholderStr = FormatFunctionParameter(Policy, Param);  in AddFunctionParameterChunks()  local
3074 PlaceholderStr += in AddFunctionParameterChunks()
3078 PlaceholderStr += ", ..."; in AddFunctionParameterChunks()
3082 Result.getAllocator().CopyString(PlaceholderStr)); in AddFunctionParameterChunks()
3112 std::string PlaceholderStr; in AddTemplateParameterChunks() local
3115 PlaceholderStr = "typename"; in AddTemplateParameterChunks()
3117 llvm::raw_string_ostream OS(PlaceholderStr); in AddTemplateParameterChunks()
3121 PlaceholderStr = "class"; in AddTemplateParameterChunks()
3124 PlaceholderStr += ' '; in AddTemplateParameterChunks()
3125 PlaceholderStr += TTP->getIdentifier()->deuglifiedName(); in AddTemplateParameterChunks()
3132 PlaceholderStr = std::string(NTTP->getIdentifier()->deuglifiedName()); in AddTemplateParameterChunks()
3133 NTTP->getType().getAsStringInternal(PlaceholderStr, Policy); in AddTemplateParameterChunks()
3141 PlaceholderStr = "template<...> class"; in AddTemplateParameterChunks()
3143 PlaceholderStr += ' '; in AddTemplateParameterChunks()
3144 PlaceholderStr += TTP->getIdentifier()->deuglifiedName(); in AddTemplateParameterChunks()
3172 Result.getAllocator().CopyString(PlaceholderStr)); in AddTemplateParameterChunks()
4887 std::string PlaceholderStr = in AddObjCBlockCall() local
4892 PlaceholderStr += ", ..."; in AddObjCBlockCall()
4896 Builder.getAllocator().CopyString(PlaceholderStr)); in AddObjCBlockCall()
4969 std::string PlaceholderStr = formatBlockPlaceholder( in AddObjCProperties() local
4974 Builder.getAllocator().CopyString(PlaceholderStr)); in AddObjCProperties()