Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/LineEditor/
DLineEditor.h139 struct ListCompleterModel : ListCompleterConcept { struct
140 ListCompleterModel(T Value) : Value(std::move(Value)) {} in ListCompleterModel() argument
141 std::vector<Completion> getCompletions(StringRef Buffer, in getCompletions()
145 T Value;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/LineEditor/
H A 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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/LineEditor/
DLineEditor.h139 struct ListCompleterModel : ListCompleterConcept { struct
140 ListCompleterModel(T Value) : Value(std::move(Value)) {} in ListCompleterModel() argument
141 std::vector<Completion> getCompletions(StringRef Buffer, in getCompletions()
145 T Value;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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;
/aosp_15_r20/external/llvm/include/llvm/LineEditor/
H A DLineEditor.h140 struct ListCompleterModel : ListCompleterConcept { struct
141 ListCompleterModel(T Value) : Value(std::move(Value)) {} in ListCompleterModel() function
142 std::vector<Completion> getCompletions(StringRef Buffer, in getCompletions()
146 T Value;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LineEditor/
H A DLineEditor.h139 struct ListCompleterModel : ListCompleterConcept { struct
140 ListCompleterModel(T Value) : Value(std::move(Value)) {} in ListCompleterModel() argument
141 std::vector<Completion> getCompletions(StringRef Buffer, in getCompletions()
145 T Value;