Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp746 struct CompletionWithPriority { struct in __anonf90f9d140111::CodeComplete
747 CompletionResult::Completion completion;
749 unsigned Priority;
754 bool operator<(const CompletionWithPriority &o) const { in operator <()