HomeSort by relevance Sort by last modified time
    Searched refs:OtherDecl (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
SemaAttr.cpp 376 auto OtherDecl = Section->second.Decl;
378 << Decl << OtherDecl;
379 Diag(OtherDecl->getLocation(), diag::note_declared_at)
380 << OtherDecl->getName();
384 if (auto A = OtherDecl->getAttr<SectionAttr>())
SemaLookup.cpp 587 NamedDecl *OtherDecl = Decls[UniqueTagIndex ? 0 : N - 1];
590 getContextForScopeMatching(OtherDecl)) &&
591 canHideTag(OtherDecl))
    [all...]

Completed in 414 milliseconds