Lines Matching defs:Contexts
296 uint64_t Contexts = 0;
302 Contexts |= (1LL << CodeCompletionContext::CCC_TopLevel)
311 Contexts |= (1LL << CodeCompletionContext::CCC_Expression);
316 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCMessageReceiver);
322 Contexts |= (1LL << CodeCompletionContext::CCC_Expression);
323 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCInterfaceName);
324 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCClassForwardDecl);
329 Contexts |= (1LL << CodeCompletionContext::CCC_EnumTag);
336 Contexts |= (1LL << CodeCompletionContext::CCC_UnionTag);
338 Contexts |= (1LL << CodeCompletionContext::CCC_ClassOrStructTag);
346 Contexts = (1LL << CodeCompletionContext::CCC_Statement)
351 Contexts = (1LL << CodeCompletionContext::CCC_ObjCProtocolName);
353 Contexts = (1LL << CodeCompletionContext::CCC_ObjCCategoryName);
355 Contexts = (1LL << CodeCompletionContext::CCC_Namespace);
361 return Contexts;