reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1101 assert(!IsMostRecent || ND == ND->getMostRecentDecl()); 1101 assert(!IsMostRecent || ND == ND->getMostRecentDecl()); 1104 if (Optional<Visibility> V = getVisibilityOf(ND, kind)) 1109 if (const auto *RD = dyn_cast<CXXRecordDecl>(ND)) { 1118 if (const auto *spec = dyn_cast<ClassTemplateSpecializationDecl>(ND)) { 1132 if (!IsMostRecent && !isa<NamespaceDecl>(ND)) { 1133 const NamedDecl *MostRecent = ND->getMostRecentDecl(); 1134 if (MostRecent != ND) 1138 if (const auto *Var = dyn_cast<VarDecl>(ND)) { 1152 if (const auto *fn = dyn_cast<FunctionDecl>(ND)) { 1170 if (const auto *TD = dyn_cast<TemplateDecl>(ND))