Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4808 if (const auto *OAttr = D->getAttr<OwnerAttr>()) { in handleLifetimeCategoryAttr() local
4809 const Type *ExistingDerefType = OAttr->getDerefTypeLoc() in handleLifetimeCategoryAttr()
4810 ? OAttr->getDerefType().getTypePtr() in handleLifetimeCategoryAttr()
4814 << AL << OAttr in handleLifetimeCategoryAttr()
4816 OAttr->isRegularKeywordAttribute()); in handleLifetimeCategoryAttr()
4817 S.Diag(OAttr->getLocation(), diag::note_conflicting_attribute); in handleLifetimeCategoryAttr()