Searched refs:IndexedSetterPriority (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 7262 unsigned IndexedSetterPriority = CCP_CodePattern; in AddObjCKeyValueCompletions() local 7271 IndexedSetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions() 7284 IndexedSetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions() 7417 Results.AddResult(Result(Builder.TakeString(), IndexedSetterPriority, in AddObjCKeyValueCompletions() 7446 Results.AddResult(Result(Builder.TakeString(), IndexedSetterPriority, in AddObjCKeyValueCompletions() 7468 Results.AddResult(Result(Builder.TakeString(), IndexedSetterPriority, in AddObjCKeyValueCompletions() 7489 Results.AddResult(Result(Builder.TakeString(), IndexedSetterPriority, in AddObjCKeyValueCompletions() 7519 Results.AddResult(Result(Builder.TakeString(), IndexedSetterPriority, in AddObjCKeyValueCompletions() 7550 Results.AddResult(Result(Builder.TakeString(), IndexedSetterPriority, in AddObjCKeyValueCompletions()
|