Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.cpp361 if (const AttributedType *AttrT = T->getAs<AttributedType>()) { in isGCOwnedNonObjC() local
362 if (AttrT->getAttrKind() == attr::ObjCOwnership) in isGCOwnedNonObjC()
363 return !AttrT->getModifiedType()->isObjCRetainableType(); in isGCOwnedNonObjC()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp33 template <typename AttrT> static bool hasExplicitAttr(const VarDecl *D) { in hasExplicitAttr()
36 if (auto *A = D->getAttr<AttrT>()) in hasExplicitAttr()
306 template <typename AttrT> static bool hasImplicitAttr(const FunctionDecl *D) { in hasImplicitAttr()
309 if (auto *A = D->getAttr<AttrT>()) in hasImplicitAttr()
H A DSemaType.cpp4153 template<typename AttrT>
4154 static AttrT *createSimpleAttr(ASTContext &Ctx, ParsedAttr &AL) { in createSimpleAttr()
4156 return ::new (Ctx) AttrT(Ctx, AL); in createSimpleAttr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3707 template <typename AttrT> static bool hasImplicitAttr(const ValueDecl *D) { in hasImplicitAttr()
3710 if (auto *A = D->getAttr<AttrT>()) in hasImplicitAttr()