Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp735 struct CompletionWithPriority { struct in __anon920392d00111::CodeComplete
736 CompletionResult::Completion completion;
738 unsigned Priority;
743 bool operator<(const CompletionWithPriority &o) const { in operator <()