Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRedeclarable.h223 decl_type *getMostRecentDecl() { in getMostRecentDecl() function
228 const decl_type *getMostRecentDecl() const { in getMostRecentDecl() function
H A DDeclBase.h1073 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); } in getMostRecentDecl() function
1077 const Decl *getMostRecentDecl() const { in getMostRecentDecl() function
H A DDecl.h500 NamedDecl *getMostRecentDecl() { in getMostRecentDecl() function
503 const NamedDecl *getMostRecentDecl() const { in getMostRecentDecl() function
4054 EnumDecl *getMostRecentDecl() { in getMostRecentDecl() function
4057 const EnumDecl *getMostRecentDecl() const { in getMostRecentDecl() function
4285 RecordDecl *getMostRecentDecl() { in getMostRecentDecl() function
4288 const RecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function
H A DDeclCXX.h539 CXXRecordDecl *getMostRecentDecl() { in getMostRecentDecl() function
544 const CXXRecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function
2227 CXXMethodDecl *getMostRecentDecl() { in getMostRecentDecl() function
2231 const CXXMethodDecl *getMostRecentDecl() const { in getMostRecentDecl() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3569 Decl *ASTDeclReader::getMostRecentDecl(Decl *D) { in getMostRecentDecl() function in ASTDeclReader