Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h90 CCD_ProbablyNotObjCCollection = 15, enumerator
/external/clang/lib/Sema/
DSemaCodeComplete.cpp6535 IndexedSetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
6537 IndexedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
6541 UnorderedSetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
6543 UnorderedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
6547 IndexedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
6548 IndexedSetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
6549 UnorderedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
6550 UnorderedSetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()