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

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

Completed in 84 milliseconds