Lines Matching refs:Contexts
274 uint64_t Contexts = 0; in getDeclShowContexts() local
279 Contexts |= (1LL << CodeCompletionContext::CCC_TopLevel) in getDeclShowContexts()
288 Contexts |= (1LL << CodeCompletionContext::CCC_Expression); in getDeclShowContexts()
293 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCMessageReceiver); in getDeclShowContexts()
297 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCInterfaceName); in getDeclShowContexts()
301 Contexts |= (1LL << CodeCompletionContext::CCC_EnumTag); in getDeclShowContexts()
308 Contexts |= (1LL << CodeCompletionContext::CCC_UnionTag); in getDeclShowContexts()
310 Contexts |= (1LL << CodeCompletionContext::CCC_ClassOrStructTag); in getDeclShowContexts()
318 Contexts = (1LL << CodeCompletionContext::CCC_Statement) in getDeclShowContexts()
323 Contexts = (1LL << CodeCompletionContext::CCC_ObjCProtocolName); in getDeclShowContexts()
325 Contexts = (1LL << CodeCompletionContext::CCC_ObjCCategoryName); in getDeclShowContexts()
327 Contexts = (1LL << CodeCompletionContext::CCC_Namespace); in getDeclShowContexts()
333 return Contexts; in getDeclShowContexts()