Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangExpressionParser.cpp722 struct CompletionWithPriority { struct in __anon5f3f933a0111::CodeComplete
723 CompletionResult::Completion completion;
725 unsigned Priority;
730 bool operator<(const CompletionWithPriority &o) const { in operator <()