Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp1497 auto *NonConstR = const_cast<NamedDecl*>(cast<NamedDecl>(Redecl)); in hasVisibleMemberSpecialization() local
1499 if (isVisible(NonConstR)) in hasVisibleMemberSpecialization()
1503 Modules->push_back(getOwningModule(NonConstR)); in hasVisibleMemberSpecialization()
1504 const auto &Merged = Context.getModulesWithMergedDefinition(NonConstR); in hasVisibleMemberSpecialization()
1633 auto *NonConstR = const_cast<NamedDecl*>(cast<NamedDecl>(Redecl)); in hasVisibleDeclarationSlow() local
1634 if (isVisible(NonConstR)) in hasVisibleDeclarationSlow()
1638 Modules->push_back(getOwningModule(NonConstR)); in hasVisibleDeclarationSlow()
1639 const auto &Merged = Context.getModulesWithMergedDefinition(NonConstR); in hasVisibleDeclarationSlow()