Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DCodeCompleteConsumer.h120 CCD_bool_in_ObjC = 1, enumerator
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp1717 Result("bool", CCP_Type + (LangOpts.ObjC ? CCD_bool_in_ObjC : 0))); in AddTypeSpecifierResults()
3831 Priority = CCP_Type + (LangOpts.ObjC ? CCD_bool_in_ObjC : 0); in getMacroUsagePriority()