Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp719 struct CompletionWithPriority { struct in __anon4a59afd60111::CodeComplete
720 CompletionResult::Completion completion;
722 unsigned Priority;
727 bool operator<(const CompletionWithPriority &o) const { in operator <()