Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCodeComplete.cpp6504 unsigned IndexedGetterPriority = CCP_CodePattern; in AddObjCKeyValueCompletions() local
6516 IndexedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
6526 IndexedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
6548 std::min(IndexedGetterPriority, in AddObjCKeyValueCompletions()
6573 Results.AddResult(Result(Builder.TakeString(), IndexedGetterPriority, in AddObjCKeyValueCompletions()
6600 Results.AddResult(Result(Builder.TakeString(), IndexedGetterPriority, in AddObjCKeyValueCompletions()
6632 Results.AddResult(Result(Builder.TakeString(), IndexedGetterPriority, in AddObjCKeyValueCompletions()