Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaCodeComplete.cpp2286 std::string PlaceholderStr = FormatFunctionParameter(Context, Policy, in AddFunctionParameterChunks() local
2290 PlaceholderStr += ", ..."; in AddFunctionParameterChunks()
2294 Result.getAllocator().CopyString(PlaceholderStr)); in AddFunctionParameterChunks()
2324 std::string PlaceholderStr; in AddTemplateParameterChunks() local
2327 PlaceholderStr = "typename"; in AddTemplateParameterChunks()
2329 PlaceholderStr = "class"; in AddTemplateParameterChunks()
2332 PlaceholderStr += ' '; in AddTemplateParameterChunks()
2333 PlaceholderStr += TTP->getIdentifier()->getName(); in AddTemplateParameterChunks()
2340 PlaceholderStr = NTTP->getIdentifier()->getName(); in AddTemplateParameterChunks()
2341 NTTP->getType().getAsStringInternal(PlaceholderStr, Policy); in AddTemplateParameterChunks()
[all …]