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

References

tools/clang/lib/Sema/SemaInit.cpp
 4738             S.Context.getQualifiedType(T2, T1Quals),
 4762     if (RefRelationship == Sema::Ref_Incompatible && T2->isRecordType() &&
 4783     if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy)
 4834         (S.getLangOpts().CPlusPlus17 || T2->isRecordType() ||
 4835          T2->isArrayType())))) {
 4837     if (InitCategory.isPRValue() && T2->isRecordType()) {
 4874       QualType cv1T4WithAS = S.Context.getQualifiedType(T2, T4Quals);
 4893   if (T2->isRecordType()) {
 4951     else if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy)