Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp3072 std::string PlaceholderStr = FormatFunctionParameter(Policy, Param); in AddFunctionParameterChunks() local
3074 PlaceholderStr += in AddFunctionParameterChunks()
3078 PlaceholderStr += ", ..."; in AddFunctionParameterChunks()
3082 Result.getAllocator().CopyString(PlaceholderStr)); in AddFunctionParameterChunks()
3112 std::string PlaceholderStr; in AddTemplateParameterChunks() local
3115 PlaceholderStr = "typename"; in AddTemplateParameterChunks()
3117 llvm::raw_string_ostream OS(PlaceholderStr); in AddTemplateParameterChunks()
3121 PlaceholderStr = "class"; in AddTemplateParameterChunks()
3124 PlaceholderStr += ' '; in AddTemplateParameterChunks()
3125 PlaceholderStr += TTP->getIdentifier()->deuglifiedName(); in AddTemplateParameterChunks()
[all …]