Lines Matching refs:PlaceholderStr

3030     std::string PlaceholderStr = FormatFunctionParameter(Policy, Param);  in AddFunctionParameterChunks()  local
3032 PlaceholderStr += in AddFunctionParameterChunks()
3036 PlaceholderStr += ", ..."; in AddFunctionParameterChunks()
3040 Result.getAllocator().CopyString(PlaceholderStr)); in AddFunctionParameterChunks()
3070 std::string PlaceholderStr; in AddTemplateParameterChunks() local
3073 PlaceholderStr = "typename"; in AddTemplateParameterChunks()
3075 llvm::raw_string_ostream OS(PlaceholderStr); in AddTemplateParameterChunks()
3079 PlaceholderStr = "class"; in AddTemplateParameterChunks()
3082 PlaceholderStr += ' '; in AddTemplateParameterChunks()
3083 PlaceholderStr += TTP->getIdentifier()->getName(); in AddTemplateParameterChunks()
3090 PlaceholderStr = std::string(NTTP->getIdentifier()->getName()); in AddTemplateParameterChunks()
3091 NTTP->getType().getAsStringInternal(PlaceholderStr, Policy); in AddTemplateParameterChunks()
3099 PlaceholderStr = "template<...> class"; in AddTemplateParameterChunks()
3101 PlaceholderStr += ' '; in AddTemplateParameterChunks()
3102 PlaceholderStr += TTP->getIdentifier()->getName(); in AddTemplateParameterChunks()
3130 Result.getAllocator().CopyString(PlaceholderStr)); in AddTemplateParameterChunks()
4577 std::string PlaceholderStr = in AddObjCBlockCall() local
4582 PlaceholderStr += ", ..."; in AddObjCBlockCall()
4586 Builder.getAllocator().CopyString(PlaceholderStr)); in AddObjCBlockCall()
4659 std::string PlaceholderStr = formatBlockPlaceholder( in AddObjCProperties() local
4664 Builder.getAllocator().CopyString(PlaceholderStr)); in AddObjCProperties()