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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp8219 unsigned UnorderedGetterPriority = CCP_CodePattern; local
8235 UnorderedGetterPriority += CCD_ProbablyNotObjCCollection;
8241 UnorderedGetterPriority += CCD_ProbablyNotObjCCollection;
8261 std::min(IndexedGetterPriority, UnorderedGetterPriority),
8531 Results.AddResult(Result(Builder.TakeString(), UnorderedGetterPriority,
8560 Results.AddResult(Result(Builder.TakeString(), UnorderedGetterPriority,

Completed in 85 milliseconds