Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp3141 std::string PlaceholderStr = FormatFunctionParameter(Policy, Param); in AddFunctionParameterChunks() local
3143 PlaceholderStr += in AddFunctionParameterChunks()
3147 PlaceholderStr += ", ..."; in AddFunctionParameterChunks()
3151 Result.getAllocator().CopyString(PlaceholderStr)); in AddFunctionParameterChunks()
3181 std::string PlaceholderStr; in AddTemplateParameterChunks() local
3184 PlaceholderStr = "typename"; in AddTemplateParameterChunks()
3186 llvm::raw_string_ostream OS(PlaceholderStr); in AddTemplateParameterChunks()
3189 PlaceholderStr = "class"; in AddTemplateParameterChunks()
3192 PlaceholderStr += ' '; in AddTemplateParameterChunks()
3193 PlaceholderStr += TTP->getIdentifier()->deuglifiedName(); in AddTemplateParameterChunks()
[all …]