Home | History | Annotate | Download | only in AST

Lines Matching defs:MostRecent

952   const NamedDecl *MostRecent = cast<NamedDecl>(this->getMostRecentDecl());
953 if (MostRecent != this)
954 return MostRecent->getExplicitVisibility(kind);