Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp3170 if (UsedAttr *OldAttr = Old->getMostRecentDecl()->getAttr<UsedAttr>()) { in mergeDeclAttributes() local
3171 UsedAttr *NewAttr = OldAttr->clone(Context); in mergeDeclAttributes()
3175 if (RetainAttr *OldAttr = Old->getMostRecentDecl()->getAttr<RetainAttr>()) { in mergeDeclAttributes() local
3176 RetainAttr *NewAttr = OldAttr->clone(Context); in mergeDeclAttributes()