reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/ASTUnit.cpp
  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);
  328       Contexts |= (1LL << CodeCompletionContext::CCC_EnumTag);
  335         Contexts |= (1LL << CodeCompletionContext::CCC_UnionTag);
  337         Contexts |= (1LL << CodeCompletionContext::CCC_ClassOrStructTag);
  345     Contexts = (1LL << CodeCompletionContext::CCC_Statement)
  350     Contexts = (1LL << CodeCompletionContext::CCC_ObjCProtocolName);
  352     Contexts = (1LL << CodeCompletionContext::CCC_ObjCCategoryName);
  354     Contexts = (1LL << CodeCompletionContext::CCC_Namespace);
  360   return Contexts;