Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRedeclarable.h204 decl_type *getPreviousDecl() { in getPreviousDecl() function
209 const decl_type *getPreviousDecl() const { in getPreviousDecl() function
H A DDeclBase.h1050 Decl *getPreviousDecl() { return getPreviousDeclImpl(); } in getPreviousDecl() function
1054 const Decl *getPreviousDecl() const { in getPreviousDecl() function
H A DDecl.h3928 EnumDecl *getPreviousDecl() { in getPreviousDecl() function
3932 const EnumDecl *getPreviousDecl() const { in getPreviousDecl() function
4159 RecordDecl *getPreviousDecl() { in getPreviousDecl() function
4163 const RecordDecl *getPreviousDecl() const { in getPreviousDecl() function
H A DDeclCXX.h531 CXXRecordDecl *getPreviousDecl() { in getPreviousDecl() function
536 const CXXRecordDecl *getPreviousDecl() const { in getPreviousDecl() function