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