Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDCodeCompleteConsumer.h88 CCD_ProbablyNotObjCCollection = 15, enumerator
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCodeComplete.cpp6514 IndexedSetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
6516 IndexedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
6520 UnorderedSetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
6522 UnorderedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
6526 IndexedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
6527 IndexedSetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
6528 UnorderedGetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()
6529 UnorderedSetterPriority += CCD_ProbablyNotObjCCollection; in AddObjCKeyValueCompletions()