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

References

tools/clang/lib/Sema/SemaChecking.cpp
10683   if (const auto *AT = OtherT->getAs<AtomicType>())
10684     OtherT = AT->getValueType();
10685   IntRange OtherRange = IntRange::forValueOfType(S.Context, OtherT);
10690                               S.NSAPIObj->isObjCBOOLType(OtherT) &&
10691                               OtherT->isSpecificBuiltinType(BuiltinType::SChar);
10696       !OtherT->isBooleanType() && Other->isKnownToHaveBooleanValue();
10753             << OS.str() << classifyConstantValue(Constant) << OtherT
10764         << RhsConstant << OtherT << E->getOpcodeStr() << OS.str() << *Result