Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaAttr.cpp260 auto OtherDecl = Section->second.Decl; in UnifySection() local
262 << Decl << OtherDecl; in UnifySection()
263 Diag(OtherDecl->getLocation(), diag::note_declared_at) in UnifySection()
264 << OtherDecl->getName(); in UnifySection()
268 if (auto A = OtherDecl->getAttr<SectionAttr>()) in UnifySection()
DSemaLookup.cpp598 NamedDecl *OtherDecl = Decls[UniqueTagIndex ? 0 : N - 1]; in resolveKind() local
601 getContextForScopeMatching(OtherDecl)) && in resolveKind()
602 canHideTag(OtherDecl)) in resolveKind()
/external/llvm-project/clang/test/Parser/
Dcxx1z-decomposition.cpp30 namespace OtherDecl { namespace
/external/llvm-project/clang/lib/Sema/
DSemaLookup.cpp607 NamedDecl *OtherDecl = Decls[UniqueTagIndex ? 0 : N - 1]; in resolveKind() local
610 getContextForScopeMatching(OtherDecl)) && in resolveKind()
611 canHideTag(OtherDecl)) in resolveKind()