reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
390 for (; Ctx && isa<NamedDecl>(Ctx); Ctx = Ctx->getParent()) { 390 for (; Ctx && isa<NamedDecl>(Ctx); Ctx = Ctx->getParent()) { 390 for (; Ctx && isa<NamedDecl>(Ctx); Ctx = Ctx->getParent()) { 390 for (; Ctx && isa<NamedDecl>(Ctx); Ctx = Ctx->getParent()) { 394 if (const auto *ND = dyn_cast<NamespaceDecl>(Ctx)) { 400 if (const auto *RD = dyn_cast<RecordDecl>(Ctx)) {