Searched refs:UnorderedGetterPriority (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 6527 unsigned UnorderedGetterPriority = CCP_CodePattern; in AddObjCKeyValueCompletions() local 6543 UnorderedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions() 6549 UnorderedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions() 6570 UnorderedGetterPriority), in AddObjCKeyValueCompletions() 6851 Results.AddResult(Result(Builder.TakeString(), UnorderedGetterPriority, in AddObjCKeyValueCompletions() 6881 Results.AddResult(Result(Builder.TakeString(), UnorderedGetterPriority, in AddObjCKeyValueCompletions()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 8240 unsigned UnorderedGetterPriority = CCP_CodePattern; in AddObjCKeyValueCompletions() local 8256 UnorderedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions() 8262 UnorderedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions() 8282 std::min(IndexedGetterPriority, UnorderedGetterPriority), in AddObjCKeyValueCompletions() 8552 Results.AddResult(Result(Builder.TakeString(), UnorderedGetterPriority, in AddObjCKeyValueCompletions() 8581 Results.AddResult(Result(Builder.TakeString(), UnorderedGetterPriority, in AddObjCKeyValueCompletions()
|