Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3482 const auto *AttrA = A->getAttr<PassObjectSizeAttr>(); in hasIdenticalPassObjectSizeAttrs() local
3484 if (AttrA == AttrB) in hasIdenticalPassObjectSizeAttrs()
3486 return AttrA && AttrB && AttrA->getType() == AttrB->getType() && in hasIdenticalPassObjectSizeAttrs()
3487 AttrA->isDynamic() == AttrB->isDynamic(); in hasIdenticalPassObjectSizeAttrs()