Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp9295 unsigned UnorderedGetterPriority = CCP_CodePattern; in AddObjCKeyValueCompletions() local
9311 UnorderedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
9317 UnorderedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
9337 std::min(IndexedGetterPriority, UnorderedGetterPriority), in AddObjCKeyValueCompletions()
9607 Results.AddResult(Result(Builder.TakeString(), UnorderedGetterPriority, in AddObjCKeyValueCompletions()
9636 Results.AddResult(Result(Builder.TakeString(), UnorderedGetterPriority, in AddObjCKeyValueCompletions()