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

References

tools/clang/lib/Sema/SemaTemplate.cpp
 6677     if (const EnumType *Enum = IntegerType->getAs<EnumType>())
 6678       IntegerType = Context.getCanonicalType(Enum->getDecl()->getIntegerType());
 6683       unsigned AllowedBits = Context.getTypeSize(IntegerType);
 6686       Value.setIsSigned(IntegerType->isSignedIntegerOrEnumerationType());
 6692       unsigned AllowedBits = Context.getTypeSize(IntegerType);
 6695       Value.setIsSigned(IntegerType->isSignedIntegerOrEnumerationType());
 6698       if (IntegerType->isUnsignedIntegerOrEnumerationType()
 6708       if (IntegerType->isUnsignedIntegerOrEnumerationType())
 6725                                    : IntegerType);