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

/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp2227 std::string PlaceholderStr = FormatFunctionParameter(Context, Policy, local
2231 PlaceholderStr += ", ...";
2235 Result.getAllocator().CopyString(PlaceholderStr));
2265 std::string PlaceholderStr; local
2268 PlaceholderStr = "typename";
2270 PlaceholderStr = "class";
2273 PlaceholderStr += ' ';
2274 PlaceholderStr += TTP->getIdentifier()->getName();
2281 PlaceholderStr = NTTP->getIdentifier()->getName();
2282 NTTP->getType().getAsStringInternal(PlaceholderStr, Polic
[all...]

Completed in 430 milliseconds