Searched refs:IndexedGetterPriority (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 6525 unsigned IndexedGetterPriority = CCP_CodePattern; in AddObjCKeyValueCompletions() local 6537 IndexedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions() 6547 IndexedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions() 6569 std::min(IndexedGetterPriority, in AddObjCKeyValueCompletions() 6594 Results.AddResult(Result(Builder.TakeString(), IndexedGetterPriority, in AddObjCKeyValueCompletions() 6621 Results.AddResult(Result(Builder.TakeString(), IndexedGetterPriority, in AddObjCKeyValueCompletions() 6653 Results.AddResult(Result(Builder.TakeString(), IndexedGetterPriority, in AddObjCKeyValueCompletions()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 8238 unsigned IndexedGetterPriority = CCP_CodePattern; in AddObjCKeyValueCompletions() local 8250 IndexedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions() 8260 IndexedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions() 8282 std::min(IndexedGetterPriority, UnorderedGetterPriority), in AddObjCKeyValueCompletions() 8305 Results.AddResult(Result(Builder.TakeString(), IndexedGetterPriority, in AddObjCKeyValueCompletions() 8332 Results.AddResult(Result(Builder.TakeString(), IndexedGetterPriority, in AddObjCKeyValueCompletions() 8362 Results.AddResult(Result(Builder.TakeString(), IndexedGetterPriority, in AddObjCKeyValueCompletions()
|