Home
last modified time | relevance | path

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

/freebsd-src/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.h1061 Decl *getPreviousDecl() { return getPreviousDeclImpl(); } getPreviousDecl() function
1065 const Decl *getPreviousDecl() const { getPreviousDecl() function
H A DDecl.h3912 EnumDecl *getPreviousDecl() { getPreviousDecl() function
3916 const EnumDecl *getPreviousDecl() const { getPreviousDecl() function
4143 RecordDecl *getPreviousDecl() { getPreviousDecl() function
4147 const RecordDecl *getPreviousDecl() const { getPreviousDecl() function
[all...]
H A DDeclCXX.h531 CXXRecordDecl *getPreviousDecl() { in getPreviousDecl() function
536 const CXXRecordDecl *getPreviousDecl() const { in getPreviousDecl() function