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

References

tools/clang/lib/Sema/SemaInit.cpp
 8717              DestType->isReferenceType());
 8719         DiagnoseUninitializedReference(S, Kind.getLocation(), DestType);
 8768       << DestType.getNonReferenceType()
 8781                                          DestType.getNonReferenceType(),
 8804                      << OnlyArg->getType() << DestType
 8807                      << DestType << OnlyArg->getType()
 8815                                  DestType.getNonReferenceType(),
 8821           << DestType.getNonReferenceType();
 8828         << OnlyArg->getType() << DestType.getNonReferenceType()
 8850       << DestType.getNonReferenceType().isVolatileQualified()
 8851       << DestType.getNonReferenceType()
 8862       << DestType.getNonReferenceType().isVolatileQualified()
 8863       << DestType.getNonReferenceType()
 8872       << DestType.isVolatileQualified()
 8883       << DestType.isVolatileQualified()
 8889       << DestType.getNonReferenceType() << OnlyArg->getType()
 8895         << DestType << Args[0]->getSourceRange();
 8900     QualType NonRefType = DestType.getNonReferenceType();
 8919       << DestType.getNonReferenceType()
 8920       << DestType.getNonReferenceType()->isIncompleteType()
 8931       << DestType
 8935     S.HandleFunctionTypeMismatch(PDiag, FromType, DestType);
 8973       << DestType.getNonReferenceType() << Args[0]->getSourceRange();
 8978       << (DestType->isRecordType()) << DestType << Args[0]->getSourceRange();
 8978       << (DestType->isRecordType()) << DestType << Args[0]->getSourceRange();
 9002                                     << DestType << ArgsRange),
 9056                     << DestType << ArgsRange),
 9066               << DestType << ArgsRange;
 9077             << DestType << ArgsRange;
 9080               << DestType << ArgsRange;
 9109           << DestType << (bool)DestType->getAs<RecordType>();
 9109           << DestType << (bool)DestType->getAs<RecordType>();