Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DRedeclarable.h128 decl_type *getPreviousDecl() { in getPreviousDecl() function
133 const decl_type *getPreviousDecl() const { in getPreviousDecl() function
H A DDeclBase.h791 Decl *getPreviousDecl() { return getPreviousDeclImpl(); } in getPreviousDecl() function
795 const Decl *getPreviousDecl() const { in getPreviousDecl() function
H A DDecl.h2946 EnumDecl *getPreviousDecl() { in getPreviousDecl() function
2950 const EnumDecl *getPreviousDecl() const { in getPreviousDecl() function
3165 RecordDecl *getPreviousDecl() { in getPreviousDecl() function
3169 const RecordDecl *getPreviousDecl() const { in getPreviousDecl() function
H A DDeclCXX.h658 CXXRecordDecl *getPreviousDecl() { in getPreviousDecl() function
662 const CXXRecordDecl *getPreviousDecl() const { in getPreviousDecl() function