Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp922 struct CompletionWithPriority { struct in __anon6439b5e00111::CodeComplete
923 CompletionResult::Completion completion;
925 unsigned Priority;
930 bool operator<(const CompletionWithPriority &o) const { in operator <()