Home
last modified time | relevance | path

Searched defs:ListCompleterModel (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LineEditor/
DLineEditor.h139 struct ListCompleterModel : ListCompleterConcept { struct
140 ListCompleterModel(T Value) : Value(std::move(Value)) {} in ListCompleterModel() function
141 std::vector<Completion> getCompletions(StringRef Buffer, in getCompletions()
145 T Value;