Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DRedeclarable.h66 decl_type *getPreviousDecl() { in getPreviousDecl() function
71 const decl_type *getPreviousDecl() const { in getPreviousDecl() function
DDeclBase.h767 Decl *getPreviousDecl() { return getPreviousDeclImpl(); } in getPreviousDecl() function
771 const Decl *getPreviousDecl() const { in getPreviousDecl() function
DDecl.h2761 const EnumDecl *getPreviousDecl() const { in getPreviousDecl() function
2764 EnumDecl *getPreviousDecl() { in getPreviousDecl() function
2968 const RecordDecl *getPreviousDecl() const { in getPreviousDecl() function
2971 RecordDecl *getPreviousDecl() { in getPreviousDecl() function
DDeclCXX.h640 const CXXRecordDecl *getPreviousDecl() const { in getPreviousDecl() function
643 CXXRecordDecl *getPreviousDecl() { in getPreviousDecl() function
/external/clang/lib/AST/
DASTDumper.cpp581 static const Decl *getPreviousDecl(const Decl *D) { in getPreviousDecl() function