Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h125 CCD_ProbablyNotObjCCollection = 15, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp7271 IndexedSetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
7273 IndexedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
7277 UnorderedSetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
7279 UnorderedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
7283 IndexedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
7284 IndexedSetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
7285 UnorderedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
7286 UnorderedSetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()