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

References

tools/clang/lib/Sema/SemaInit.cpp
 6729     if (isRecordWithAttr<PointerAttr>(Conv->getConversionType()))
 6733   if (!isRecordWithAttr<PointerAttr>(Callee->getThisObjectType()) &&
 6734       !isRecordWithAttr<OwnerAttr>(Callee->getThisObjectType()))
 6737       isRecordWithAttr<PointerAttr>(Callee->getReturnType())) {
 6766   if (!isRecordWithAttr<PointerAttr>(QualType(RD->getTypeForDecl(), 0)) &&
 6767       !isRecordWithAttr<OwnerAttr>(QualType(RD->getTypeForDecl(), 0)))
 6770       isRecordWithAttr<PointerAttr>(FD->getReturnType())) {
 7345         IsLocalGslOwner = isRecordWithAttr<OwnerAttr>(L->getType());
 7350                             isRecordWithAttr<OwnerAttr>(MTE->getType());