Lines Matching refs:PlaceholderStr
2978 std::string PlaceholderStr = FormatFunctionParameter(Policy, Param); in AddFunctionParameterChunks() local
2980 PlaceholderStr += in AddFunctionParameterChunks()
2984 PlaceholderStr += ", ..."; in AddFunctionParameterChunks()
2988 Result.getAllocator().CopyString(PlaceholderStr)); in AddFunctionParameterChunks()
3018 std::string PlaceholderStr; in AddTemplateParameterChunks() local
3021 PlaceholderStr = "typename"; in AddTemplateParameterChunks()
3023 llvm::raw_string_ostream OS(PlaceholderStr); in AddTemplateParameterChunks()
3027 PlaceholderStr = "class"; in AddTemplateParameterChunks()
3030 PlaceholderStr += ' '; in AddTemplateParameterChunks()
3031 PlaceholderStr += TTP->getIdentifier()->getName(); in AddTemplateParameterChunks()
3038 PlaceholderStr = std::string(NTTP->getIdentifier()->getName()); in AddTemplateParameterChunks()
3039 NTTP->getType().getAsStringInternal(PlaceholderStr, Policy); in AddTemplateParameterChunks()
3047 PlaceholderStr = "template<...> class"; in AddTemplateParameterChunks()
3049 PlaceholderStr += ' '; in AddTemplateParameterChunks()
3050 PlaceholderStr += TTP->getIdentifier()->getName(); in AddTemplateParameterChunks()
3078 Result.getAllocator().CopyString(PlaceholderStr)); in AddTemplateParameterChunks()
4523 std::string PlaceholderStr = in AddObjCBlockCall() local
4528 PlaceholderStr += ", ..."; in AddObjCBlockCall()
4532 Builder.getAllocator().CopyString(PlaceholderStr)); in AddObjCBlockCall()
4605 std::string PlaceholderStr = formatBlockPlaceholder( in AddObjCProperties() local
4610 Builder.getAllocator().CopyString(PlaceholderStr)); in AddObjCProperties()