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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp2283 std::string PlaceholderStr = FormatFunctionParameter(Context, Policy, local
2287 PlaceholderStr += ", ...";
2291 Result.getAllocator().CopyString(PlaceholderStr));
2321 std::string PlaceholderStr; local
2324 PlaceholderStr = "typename";
2326 PlaceholderStr = "class";
2329 PlaceholderStr += ' ';
2330 PlaceholderStr += TTP->getIdentifier()->getName();
2337 PlaceholderStr = NTTP->getIdentifier()->getName();
2338 NTTP->getType().getAsStringInternal(PlaceholderStr, Polic
[all...]

Completed in 82 milliseconds