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