Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRedeclarable.h225 decl_type *getMostRecentDecl() { in getMostRecentDecl() function
230 const decl_type *getMostRecentDecl() const { in getMostRecentDecl() function
H A DDeclBase.h999 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); } in getMostRecentDecl() function
1003 const Decl *getMostRecentDecl() const { in getMostRecentDecl() function
H A DDecl.h447 NamedDecl *getMostRecentDecl() { in getMostRecentDecl() function
450 const NamedDecl *getMostRecentDecl() const { in getMostRecentDecl() function
3647 EnumDecl *getMostRecentDecl() { in getMostRecentDecl() function
3650 const EnumDecl *getMostRecentDecl() const { in getMostRecentDecl() function
3867 RecordDecl *getMostRecentDecl() { in getMostRecentDecl() function
3870 const RecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function
H A DDeclCXX.h510 CXXRecordDecl *getMostRecentDecl() { in getMostRecentDecl() function
515 const CXXRecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function
2039 CXXMethodDecl *getMostRecentDecl() { in getMostRecentDecl() function
2043 const CXXMethodDecl *getMostRecentDecl() const { in getMostRecentDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp3521 Decl *ASTDeclReader::getMostRecentDecl(Decl *D) { in getMostRecentDecl() function in ASTDeclReader