Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp86 auto *OwnershipAttr = TL.getAttrAs<ObjCOwnershipAttr>(); in handleAttr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h905 template<typename T> const T *getAttrAs() { in getAttrAs() function
932 template <typename T> T *getAttrAs() { in getAttrAs() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp400 if (ATL.getAttrAs<LifetimeBoundAttr>()) in implicitObjectParamIsLifetimeBound()
H A DSemaDecl.cpp6935 if (const auto *A = ATL.getAttrAs<LifetimeBoundAttr>()) { in checkAttributesAfterMerging()