reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
358 const NamedDecl *ND = dyn_cast<NamedDecl>(DC); 363 StringRef &CachedParentName = ParentNames[DC]; 374 while (DC && !DC->isFunctionOrMethod()) { 374 while (DC && !DC->isFunctionOrMethod()) { 375 if (const auto *ND = dyn_cast<NamedDecl>(DC)) { 377 Contexts.push_back(DC); 380 DC = DC->getParent(); 380 DC = DC->getParent();