Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp8403 unsigned IndexedGetterPriority = CCP_CodePattern; in AddObjCKeyValueCompletions() local
8415 IndexedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
8425 IndexedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
8447 std::min(IndexedGetterPriority, UnorderedGetterPriority), in AddObjCKeyValueCompletions()
8470 Results.AddResult(Result(Builder.TakeString(), IndexedGetterPriority, in AddObjCKeyValueCompletions()
8497 Results.AddResult(Result(Builder.TakeString(), IndexedGetterPriority, in AddObjCKeyValueCompletions()
8527 Results.AddResult(Result(Builder.TakeString(), IndexedGetterPriority, in AddObjCKeyValueCompletions()