Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h88 CCD_ProbablyNotObjCCollection = 15, enumerator
/external/clang/lib/Sema/
DSemaCodeComplete.cpp6515 IndexedSetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
6517 IndexedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
6521 UnorderedSetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
6523 UnorderedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
6527 IndexedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
6528 IndexedSetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
6529 UnorderedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
6530 UnorderedSetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()