Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp2617 PlaceholderStr += in AddFunctionParameterChunks()
2621 PlaceholderStr += ", ..."; in AddFunctionParameterChunks()
2625 Result.getAllocator().CopyString(PlaceholderStr)); in AddFunctionParameterChunks()
2655 std::string PlaceholderStr; in AddTemplateParameterChunks() local
2658 PlaceholderStr = "typename"; in AddTemplateParameterChunks()
2660 PlaceholderStr = "class"; in AddTemplateParameterChunks()
2663 PlaceholderStr += ' '; in AddTemplateParameterChunks()
2680 PlaceholderStr = "template<...> class"; in AddTemplateParameterChunks()
2682 PlaceholderStr += ' '; in AddTemplateParameterChunks()
3976 std::string PlaceholderStr = in AddObjCBlockCall() local
[all …]