Lines Matching defs:PlaceholderStr
3268 std::string PlaceholderStr = FormatFunctionParameter(Policy, Param);
3270 PlaceholderStr +=
3274 PlaceholderStr += ", ...";
3278 Result.getAllocator().CopyString(PlaceholderStr));
3308 std::string PlaceholderStr;
3311 PlaceholderStr = "typename";
3313 llvm::raw_string_ostream OS(PlaceholderStr);
3316 PlaceholderStr = "class";
3319 PlaceholderStr += ' ';
3320 PlaceholderStr += TTP->getIdentifier()->deuglifiedName();
3327 PlaceholderStr = std::string(NTTP->getIdentifier()->deuglifiedName());
3328 NTTP->getType().getAsStringInternal(PlaceholderStr, Policy);
3336 PlaceholderStr = "template<...> class";
3338 PlaceholderStr += ' ';
3339 PlaceholderStr += TTP->getIdentifier()->deuglifiedName();
3367 Result.getAllocator().CopyString(PlaceholderStr));
5108 std::string PlaceholderStr =
5113 PlaceholderStr += ", ...";
5117 Builder.getAllocator().CopyString(PlaceholderStr));
5190 std::string PlaceholderStr = formatBlockPlaceholder(
5195 Builder.getAllocator().CopyString(PlaceholderStr));