Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DRedeclarable.h136 decl_type *getPreviousDecl() { in getPreviousDecl() function
141 const decl_type *getPreviousDecl() const { in getPreviousDecl() function
DDeclBase.h792 Decl *getPreviousDecl() { return getPreviousDeclImpl(); } in getPreviousDecl() function
796 const Decl *getPreviousDecl() const { in getPreviousDecl() function
DDecl.h2999 EnumDecl *getPreviousDecl() { in getPreviousDecl() function
3003 const EnumDecl *getPreviousDecl() const { in getPreviousDecl() function
3218 RecordDecl *getPreviousDecl() { in getPreviousDecl() function
3222 const RecordDecl *getPreviousDecl() const { in getPreviousDecl() function
DDeclCXX.h658 CXXRecordDecl *getPreviousDecl() { in getPreviousDecl() function
662 const CXXRecordDecl *getPreviousDecl() const { in getPreviousDecl() function