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.h226 decl_type *getMostRecentDecl() { in getMostRecentDecl() function
231 const decl_type *getMostRecentDecl() const { in getMostRecentDecl() function
H A DDeclBase.h1065 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); } in getMostRecentDecl() function
1069 const Decl *getMostRecentDecl() const { in getMostRecentDecl() function
H A DDecl.h476 NamedDecl *getMostRecentDecl() { in getMostRecentDecl() function
479 const NamedDecl *getMostRecentDecl() const { in getMostRecentDecl() function
3936 EnumDecl *getMostRecentDecl() { in getMostRecentDecl() function
3939 const EnumDecl *getMostRecentDecl() const { in getMostRecentDecl() function
4167 RecordDecl *getMostRecentDecl() { in getMostRecentDecl() function
4170 const RecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function
H A DDeclCXX.h540 CXXRecordDecl *getMostRecentDecl() { in getMostRecentDecl() function
545 const CXXRecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function
2170 CXXMethodDecl *getMostRecentDecl() { in getMostRecentDecl() function
2174 const CXXMethodDecl *getMostRecentDecl() const { in getMostRecentDecl() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3520 Decl *ASTDeclReader::getMostRecentDecl(Decl *D) { in getMostRecentDecl() function in ASTDeclReader