Searched refs:IndexedSetterPriority (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 9146 unsigned IndexedSetterPriority = CCP_CodePattern; in AddObjCKeyValueCompletions() local 9155 IndexedSetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions() 9168 IndexedSetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions() 9301 Results.AddResult(Result(Builder.TakeString(), IndexedSetterPriority, in AddObjCKeyValueCompletions() 9330 Results.AddResult(Result(Builder.TakeString(), IndexedSetterPriority, in AddObjCKeyValueCompletions() 9352 Results.AddResult(Result(Builder.TakeString(), IndexedSetterPriority, in AddObjCKeyValueCompletions() 9373 Results.AddResult(Result(Builder.TakeString(), IndexedSetterPriority, in AddObjCKeyValueCompletions() 9403 Results.AddResult(Result(Builder.TakeString(), IndexedSetterPriority, in AddObjCKeyValueCompletions() 9434 Results.AddResult(Result(Builder.TakeString(), IndexedSetterPriority, in AddObjCKeyValueCompletions()
|