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

/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp2282 std::string PlaceholderStr = FormatFunctionParameter(Context, Policy, local
2286 PlaceholderStr += ", ...";
2290 Result.getAllocator().CopyString(PlaceholderStr));
2320 std::string PlaceholderStr; local
2323 PlaceholderStr = "typename";
2325 PlaceholderStr = "class";
2328 PlaceholderStr += ' ';
2329 PlaceholderStr += TTP->getIdentifier()->getName();
2336 PlaceholderStr = NTTP->getIdentifier()->getName();
2337 NTTP->getType().getAsStringInternal(PlaceholderStr, Polic
[all...]

Completed in 98 milliseconds