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

/freebsd-11.0-release/contrib/llvm/tools/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>())
H A DSemaLookup.cpp587 NamedDecl *OtherDecl = Decls[UniqueTagIndex ? 0 : N - 1]; local
590 getContextForScopeMatching(OtherDecl)) &&
591 canHideTag(OtherDecl))

Completed in 108 milliseconds