Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp3030 std::string PlaceholderStr = FormatFunctionParameter(Policy, Param); in AddFunctionParameterChunks() local
3032 PlaceholderStr += in AddFunctionParameterChunks()
3036 PlaceholderStr += ", ..."; in AddFunctionParameterChunks()
3040 Result.getAllocator().CopyString(PlaceholderStr)); in AddFunctionParameterChunks()
3070 std::string PlaceholderStr; in AddTemplateParameterChunks() local
3073 PlaceholderStr = "typename"; in AddTemplateParameterChunks()
3075 llvm::raw_string_ostream OS(PlaceholderStr); in AddTemplateParameterChunks()
3079 PlaceholderStr = "class"; in AddTemplateParameterChunks()
3082 PlaceholderStr += ' '; in AddTemplateParameterChunks()
3083 PlaceholderStr += TTP->getIdentifier()->getName(); in AddTemplateParameterChunks()
[all …]