Lines Matching refs:PlaceholderStr

3134     std::string PlaceholderStr = FormatFunctionParameter(Policy, Param);  in AddFunctionParameterChunks()  local
3136 PlaceholderStr += in AddFunctionParameterChunks()
3140 PlaceholderStr += ", ..."; in AddFunctionParameterChunks()
3144 Result.getAllocator().CopyString(PlaceholderStr)); in AddFunctionParameterChunks()
3174 std::string PlaceholderStr; in AddTemplateParameterChunks() local
3177 PlaceholderStr = "typename"; in AddTemplateParameterChunks()
3179 llvm::raw_string_ostream OS(PlaceholderStr); in AddTemplateParameterChunks()
3183 PlaceholderStr = "class"; in AddTemplateParameterChunks()
3186 PlaceholderStr += ' '; in AddTemplateParameterChunks()
3187 PlaceholderStr += TTP->getIdentifier()->deuglifiedName(); in AddTemplateParameterChunks()
3194 PlaceholderStr = std::string(NTTP->getIdentifier()->deuglifiedName()); in AddTemplateParameterChunks()
3195 NTTP->getType().getAsStringInternal(PlaceholderStr, Policy); in AddTemplateParameterChunks()
3203 PlaceholderStr = "template<...> class"; in AddTemplateParameterChunks()
3205 PlaceholderStr += ' '; in AddTemplateParameterChunks()
3206 PlaceholderStr += TTP->getIdentifier()->deuglifiedName(); in AddTemplateParameterChunks()
3234 Result.getAllocator().CopyString(PlaceholderStr)); in AddTemplateParameterChunks()
4968 std::string PlaceholderStr = in AddObjCBlockCall() local
4973 PlaceholderStr += ", ..."; in AddObjCBlockCall()
4977 Builder.getAllocator().CopyString(PlaceholderStr)); in AddObjCBlockCall()
5050 std::string PlaceholderStr = formatBlockPlaceholder( in AddObjCProperties() local
5055 Builder.getAllocator().CopyString(PlaceholderStr)); in AddObjCProperties()