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

References

tools/clang/lib/Sema/SemaTemplate.cpp
 6596       if (const EnumType *Enum = IntegerType->getAs<EnumType>())
 6597         IntegerType = Enum->getDecl()->getIntegerType();
 6598       Value = Value.extOrTrunc(Context.getTypeSize(IntegerType));