Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp8892 unsigned UnorderedGetterPriority = CCP_CodePattern; in AddObjCKeyValueCompletions() local
8908 UnorderedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
8914 UnorderedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
8934 std::min(IndexedGetterPriority, UnorderedGetterPriority), in AddObjCKeyValueCompletions()
9204 Results.AddResult(Result(Builder.TakeString(), UnorderedGetterPriority, in AddObjCKeyValueCompletions()
9233 Results.AddResult(Result(Builder.TakeString(), UnorderedGetterPriority, in AddObjCKeyValueCompletions()