Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp9145 unsigned IndexedGetterPriority = CCP_CodePattern; in AddObjCKeyValueCompletions() local
9157 IndexedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
9167 IndexedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
9189 std::min(IndexedGetterPriority, UnorderedGetterPriority), in AddObjCKeyValueCompletions()
9212 Results.AddResult(Result(Builder.TakeString(), IndexedGetterPriority, in AddObjCKeyValueCompletions()
9239 Results.AddResult(Result(Builder.TakeString(), IndexedGetterPriority, in AddObjCKeyValueCompletions()
9269 Results.AddResult(Result(Builder.TakeString(), IndexedGetterPriority, in AddObjCKeyValueCompletions()