Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DRedeclarable.h144 decl_type *getPreviousDecl() { in getPreviousDecl() function
149 const decl_type *getPreviousDecl() const { in getPreviousDecl() function
DDeclBase.h843 Decl *getPreviousDecl() { return getPreviousDeclImpl(); } in getPreviousDecl() function
847 const Decl *getPreviousDecl() const { in getPreviousDecl() function
DDecl.h3067 EnumDecl *getPreviousDecl() { in getPreviousDecl() function
3071 const EnumDecl *getPreviousDecl() const { in getPreviousDecl() function
3290 RecordDecl *getPreviousDecl() { in getPreviousDecl() function
3294 const RecordDecl *getPreviousDecl() const { in getPreviousDecl() function
DDeclCXX.h661 CXXRecordDecl *getPreviousDecl() { in getPreviousDecl() function
665 const CXXRecordDecl *getPreviousDecl() const { in getPreviousDecl() function