Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaAttr.cpp376 auto OtherDecl = Section->second.Decl; in UnifySection() local
378 << Decl << OtherDecl; in UnifySection()
379 Diag(OtherDecl->getLocation(), diag::note_declared_at) in UnifySection()
380 << OtherDecl->getName(); in UnifySection()
384 if (auto A = OtherDecl->getAttr<SectionAttr>()) in UnifySection()