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

References

tools/clang/lib/Sema/SemaChecking.cpp
10664   Expr *OriginalOther = Other;
10667   Other = Other->IgnoreParenImpCasts();
10667   Other = Other->IgnoreParenImpCasts();
10677       S.Context.hasSameUnqualifiedType(Constant->getType(), Other->getType()))
10682   QualType OtherT = Other->getType();
10696       !OtherT->isBooleanType() && Other->isKnownToHaveBooleanValue();
10747   if (!InRange || Other->isKnownToHaveBooleanValue()) {