Home
last modified time | relevance | path

Searched refs:CCP_Unlikely (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h96 CCP_Unlikely = 80, enumerator
99 CCP_ObjC_cmd = CCP_Unlikely
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp194 return CCStr? CCStr->getPriority() : unsigned(CCP_Unlikely); in clang_getCompletionPriority()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp971 return CCP_Unlikely; in getBasePriority()
989 return CCP_Unlikely; in getBasePriority()
995 return CCP_Unlikely; in getBasePriority()
7999 unsigned BestPriority = CCP_Unlikely * 2; in getPreferredArgumentTypeForMessageSend()