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

References

tools/clang/lib/Sema/SemaExpr.cpp
10560   if (Type.isNull())
10562   assert(Type->isArithmeticType() || Type->isEnumeralType());
10562   assert(Type->isArithmeticType() || Type->isEnumeralType());
10565       S, Type, LHS.get(), LHSType, LHS.get()->getBeginLoc());
10566   HasNarrowing |= checkThreeWayNarrowingConversion(S, Type, RHS.get(), RHSType,
10571   assert(!Type.isNull() && "composite type for <=> has not been set");
10574     if (const ComplexType *CT = Type->getAs<ComplexType>()) {
10579     if (Type->isIntegralOrEnumerationType())
10581     if (Type->hasFloatingRepresentation())