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

References

tools/clang/lib/CodeGen/CGExpr.cpp
 1594   bool IsBool = hasBooleanRepresentation(Ty) ||
 1595                 NSAPI(CGM.getContext()).isObjCBOOLType(Ty);
 1597   bool NeedsEnumCheck = HasEnumCheck && Ty->getAs<EnumType>();
 1609   if (!getRangeForType(*this, Ty, Min, End, /*StrictEnums=*/true, IsBool))
 1626                                   EmitCheckTypeDescriptor(Ty)};