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

References

tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
  208   if (!tag || tag->isDependentContext())
  208   if (!tag || tag->isDependentContext())
  212   QualType type = Context.getTypeDeclType(tag);
  213   tag = type->getAsTagDecl();
  217   if (tag->isBeingDefined())
  233   auto *EnumD = dyn_cast<EnumDecl>(tag);