reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/Decl.cpp
 1101   assert(!IsMostRecent || ND == ND->getMostRecentDecl());
 1133     const NamedDecl *MostRecent = ND->getMostRecentDecl();
tools/clang/lib/AST/ExprConstant.cpp
   87       for (auto *Redecl = cast<ValueDecl>(D->getMostRecentDecl()); Redecl;
tools/clang/lib/Sema/Sema.cpp
  578   if (D->getMostRecentDecl()->isUsed())
tools/clang/lib/Sema/SemaDeclAttr.cpp
 7829     for (const Decl *Redecl = OffendingDecl->getMostRecentDecl(); Redecl;