Lines Matching refs:Contexts
275 uint64_t Contexts = 0; in getDeclShowContexts() local
280 Contexts |= (1LL << CodeCompletionContext::CCC_TopLevel) in getDeclShowContexts()
289 Contexts |= (1LL << CodeCompletionContext::CCC_Expression); in getDeclShowContexts()
294 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCMessageReceiver); in getDeclShowContexts()
298 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCInterfaceName); in getDeclShowContexts()
302 Contexts |= (1LL << CodeCompletionContext::CCC_EnumTag); in getDeclShowContexts()
309 Contexts |= (1LL << CodeCompletionContext::CCC_UnionTag); in getDeclShowContexts()
311 Contexts |= (1LL << CodeCompletionContext::CCC_ClassOrStructTag); in getDeclShowContexts()
319 Contexts = (1LL << CodeCompletionContext::CCC_Statement) in getDeclShowContexts()
324 Contexts = (1LL << CodeCompletionContext::CCC_ObjCProtocolName); in getDeclShowContexts()
326 Contexts = (1LL << CodeCompletionContext::CCC_ObjCCategoryName); in getDeclShowContexts()
328 Contexts = (1LL << CodeCompletionContext::CCC_Namespace); in getDeclShowContexts()
334 return Contexts; in getDeclShowContexts()