reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4172 while (DC && !DC->isFunctionOrMethod()) 4172 while (DC && !DC->isFunctionOrMethod()) 4173 DC = DC->getParent(); 4173 DC = DC->getParent(); 4174 FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(DC);