reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
476 if (Ctx->isFunctionOrMethod()) 479 for (; Ctx && isa<NamedDecl>(Ctx); Ctx = Ctx->getParent()) { 479 for (; Ctx && isa<NamedDecl>(Ctx); Ctx = Ctx->getParent()) { 479 for (; Ctx && isa<NamedDecl>(Ctx); Ctx = Ctx->getParent()) { 479 for (; Ctx && isa<NamedDecl>(Ctx); Ctx = Ctx->getParent()) { 483 if (const auto *ND = dyn_cast<NamespaceDecl>(Ctx)) { 491 if (const auto *RD = dyn_cast<RecordDecl>(Ctx)) { 492 if (!isa<ClassTemplateSpecializationDecl>(Ctx)) {