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

References

tools/clang/lib/Sema/SemaExpr.cpp
11891     LHSType->isHalfType()) {
11893         << LHSType.getUnqualifiedType();
11903     QualType LHSTy(LHSType);
11909         ((Context.isObjCNSObjectType(LHSType) &&
11912           LHSType->isObjCObjectPointerType())))
11916         LHSType->isObjCObjectType())
11918           << LHSType;
11941       if (LHSType.getObjCLifetime() == Qualifiers::OCL_Strong) {
11951       if (LHSType.getObjCLifetime() == Qualifiers::OCL_Strong ||
11952           LHSType.isNonWeakInMRRWithObjCWeak(Context)) {
11972     ConvTy = CheckAssignmentConstraints(Loc, LHSType, RHSType);
11975   if (DiagnoseAssignmentResult(ConvTy, Loc, LHSType, RHSType,
11981   if (getLangOpts().CPlusPlus2a && LHSType.isVolatileQualified()) {
11992       Diag(Loc, diag::warn_deprecated_compound_assign_volatile) << LHSType;
12004           ? LHSType : LHSType.getUnqualifiedType());
12004           ? LHSType : LHSType.getUnqualifiedType());