Home
last modified time | relevance | path

Searched refs:UnorderedGetterPriority (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp7263 unsigned UnorderedGetterPriority = CCP_CodePattern; in AddObjCKeyValueCompletions() local
7279 UnorderedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
7285 UnorderedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
7305 std::min(IndexedGetterPriority, UnorderedGetterPriority), in AddObjCKeyValueCompletions()
7575 Results.AddResult(Result(Builder.TakeString(), UnorderedGetterPriority, in AddObjCKeyValueCompletions()
7604 Results.AddResult(Result(Builder.TakeString(), UnorderedGetterPriority, in AddObjCKeyValueCompletions()