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

/external/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h62 CCP_Unlikely = 80, enumerator in enum:clang::__anon17603
65 CCP_ObjC_cmd = CCP_Unlikely
/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp196 return CCStr? CCStr->getPriority() : unsigned(CCP_Unlikely);
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp712 return CCP_Unlikely;
5316 unsigned BestPriority = CCP_Unlikely * 2;

Completed in 261 milliseconds