Home
last modified time | relevance | path

Searched defs:getPreviousDecl (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DRedeclarable.h128 decl_type *getPreviousDecl() { in getPreviousDecl() function
133 const decl_type *getPreviousDecl() const { in getPreviousDecl() function
DDeclBase.h786 Decl *getPreviousDecl() { return getPreviousDeclImpl(); } in getPreviousDecl() function
790 const Decl *getPreviousDecl() const { in getPreviousDecl() function
DDecl.h2864 EnumDecl *getPreviousDecl() { in getPreviousDecl() function
2868 const EnumDecl *getPreviousDecl() const { in getPreviousDecl() function
3083 RecordDecl *getPreviousDecl() { in getPreviousDecl() function
3087 const RecordDecl *getPreviousDecl() const { in getPreviousDecl() function
DDeclCXX.h652 CXXRecordDecl *getPreviousDecl() { in getPreviousDecl() function
656 const CXXRecordDecl *getPreviousDecl() const { in getPreviousDecl() function