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

References

tools/clang/lib/Sema/SemaType.cpp
 8400     if (!BaseType->isDependentType() && !BaseType->isEnumeralType()) {
 8400     if (!BaseType->isDependentType() && !BaseType->isEnumeralType()) {
 8404       QualType Underlying = BaseType;
 8405       if (!BaseType->isDependentType()) {
 8409         if (BaseType->isIncompleteType(&FwdDecl)) {
 8410           Diag(Loc, diag::err_underlying_type_of_incomplete_enum) << BaseType;
 8415         EnumDecl *ED = BaseType->getAs<EnumType>()->getDecl();
 8423       return Context.getUnaryTransformType(BaseType, Underlying,