Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp748 struct CompletionWithPriority { struct in __anon5837f7100111::CodeComplete
749 CompletionResult::Completion completion;
751 unsigned Priority;
756 bool operator<(const CompletionWithPriority &o) const { in operator <()