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

Overridden By

tools/clang/include/clang/AST/Decl.h
 1009   VarDecl *getMostRecentDeclImpl() override {
 1913   FunctionDecl *getMostRecentDeclImpl() override {
 3023   TypedefNameDecl *getMostRecentDeclImpl() override {
 3187   TagDecl *getMostRecentDeclImpl() override {
tools/clang/include/clang/AST/DeclCXX.h
 3090   UsingShadowDecl *getMostRecentDeclImpl() override {
tools/clang/include/clang/AST/DeclObjC.h
 1279   ObjCInterfaceDecl *getMostRecentDeclImpl() override {
 2103   ObjCProtocolDecl *getMostRecentDeclImpl() override {
tools/clang/include/clang/AST/DeclTemplate.h
  749   RedeclarableTemplateDecl *getMostRecentDeclImpl() override {
tools/clang/lib/AST/DeclCXX.cpp
 2759 NamespaceDecl *NamespaceDecl::getMostRecentDeclImpl() {
 2773 NamespaceAliasDecl *NamespaceAliasDecl::getMostRecentDeclImpl() {

References

tools/clang/include/clang/AST/DeclBase.h
  975   Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); }
  980     return const_cast<Decl *>(this)->getMostRecentDeclImpl();