Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp4611 if (const auto *OAttr = D->getAttr<OwnerAttr>()) { in handleLifetimeCategoryAttr() local
4612 const Type *ExistingDerefType = OAttr->getDerefTypeLoc() in handleLifetimeCategoryAttr()
4613 ? OAttr->getDerefType().getTypePtr() in handleLifetimeCategoryAttr()
4617 << AL << OAttr; in handleLifetimeCategoryAttr()
4618 S.Diag(OAttr->getLocation(), diag::note_conflicting_attribute); in handleLifetimeCategoryAttr()