Home
last modified time | relevance | path

Searched refs:isRecordWithAttr (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp6776 template <typename T> static bool isRecordWithAttr(QualType Type) { in isRecordWithAttr() function
6802 if (isRecordWithAttr<PointerAttr>(Conv->getConversionType())) in shouldTrackImplicitObjectArg()
6806 if (!isRecordWithAttr<PointerAttr>(Callee->getThisObjectType()) && in shouldTrackImplicitObjectArg()
6807 !isRecordWithAttr<OwnerAttr>(Callee->getThisObjectType())) in shouldTrackImplicitObjectArg()
6810 isRecordWithAttr<PointerAttr>(Callee->getReturnType())) { in shouldTrackImplicitObjectArg()
6839 if (!isRecordWithAttr<PointerAttr>(QualType(RD->getTypeForDecl(), 0)) && in shouldTrackFirstArgument()
6840 !isRecordWithAttr<OwnerAttr>(QualType(RD->getTypeForDecl(), 0))) in shouldTrackFirstArgument()
6843 isRecordWithAttr<PointerAttr>(FD->getReturnType())) { in shouldTrackFirstArgument()
7499 IsLocalGslOwner = isRecordWithAttr<OwnerAttr>(L->getType()); in checkInitializerLifetime()
7504 isRecordWithAttr<OwnerAttr>(MTE->getType()); in checkInitializerLifetime()