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.cpp722 struct CompletionWithPriority { struct in __anon6439b5e00111::CodeComplete
723 CompletionResult::Completion completion;
725 unsigned Priority;
730 bool operator<(const CompletionWithPriority &o) const { in operator <()