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

References

tools/clang/lib/Sema/SemaExpr.cpp
  697   assert(!Ty.isNull() && "UsualUnaryConversions - missing type");
  700   if (Ty->isHalfType() && !getLangOpts().NativeHalfType)
  705   if (Ty->isIntegralOrUnscopedEnumerationType()) {
  725     if (Ty->isPromotableIntegerType()) {
  726       QualType PT = Context.getPromotedIntegerType(Ty);