reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
859 for (const DeclContext *DC = CD->getParent(); DC; DC = DC->getParent()) 859 for (const DeclContext *DC = CD->getParent(); DC; DC = DC->getParent()) 859 for (const DeclContext *DC = CD->getParent(); DC; DC = DC->getParent()) 862 if (DC->isFunctionOrMethod() && (DC->getDeclKind() != Decl::Captured)) { 862 if (DC->isFunctionOrMethod() && (DC->getDeclKind() != Decl::Captured)) { 863 const Decl *D = Decl::castFromDeclContext(DC);