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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp8217 unsigned IndexedGetterPriority = CCP_CodePattern; local
8229 IndexedGetterPriority += CCD_ProbablyNotObjCCollection;
8239 IndexedGetterPriority += CCD_ProbablyNotObjCCollection;
8261 std::min(IndexedGetterPriority, UnorderedGetterPriority),
8284 Results.AddResult(Result(Builder.TakeString(), IndexedGetterPriority,
8311 Results.AddResult(Result(Builder.TakeString(), IndexedGetterPriority,
8341 Results.AddResult(Result(Builder.TakeString(), IndexedGetterPriority,

Completed in 81 milliseconds