Searched refs:PlaceholderStr (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp2974 std::string PlaceholderStr = FormatFunctionParameter(Policy, Param); local
2976 PlaceholderStr +=
2980 PlaceholderStr += ", ...";
2984 Result.getAllocator().CopyString(PlaceholderStr));
3014 std::string PlaceholderStr; local
3017 PlaceholderStr = "typename";
3019 llvm::raw_string_ostream OS(PlaceholderStr);
3023 PlaceholderStr = "class";
3026 PlaceholderStr += ' ';
3027 PlaceholderStr
4519 std::string PlaceholderStr = local
[all...]

Completed in 69 milliseconds