Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3132 if (AsmLabelAttr *OldA = Old->getAttr<AsmLabelAttr>()) { in mergeDeclAttributes() local
3133 if (!OldA->isEquivalent(NewA)) { in mergeDeclAttributes()
3136 Diag(OldA->getLocation(), diag::note_previous_declaration); in mergeDeclAttributes()