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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4475 if (const auto *OAttr = D->getAttr<OwnerAttr>()) {
4476 const Type *ExistingDerefType = OAttr->getDerefTypeLoc()
4477 ? OAttr->getDerefType().getTypePtr()
4481 << AL << OAttr; local
4482 S.Diag(OAttr->getLocation(), diag::note_conflicting_attribute);

Completed in 127 milliseconds