Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRedeclarable.h203 decl_type *getPreviousDecl() { in getPreviousDecl() function
208 const decl_type *getPreviousDecl() const { in getPreviousDecl() function
H A DDeclBase.h984 Decl *getPreviousDecl() { return getPreviousDeclImpl(); } in getPreviousDecl() function
988 const Decl *getPreviousDecl() const { in getPreviousDecl() function
H A DDecl.h3639 EnumDecl *getPreviousDecl() { in getPreviousDecl() function
3643 const EnumDecl *getPreviousDecl() const { in getPreviousDecl() function
3859 RecordDecl *getPreviousDecl() { in getPreviousDecl() function
3863 const RecordDecl *getPreviousDecl() const { in getPreviousDecl() function
H A DDeclCXX.h501 CXXRecordDecl *getPreviousDecl() { in getPreviousDecl() function
506 const CXXRecordDecl *getPreviousDecl() const { in getPreviousDecl() function