Home
last modified time | relevance | path

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

/freebsd-src/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.h1076 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); } getMostRecentDecl() function
1080 const Decl *getMostRecentDecl() const { getMostRecentDecl() function
H A DDecl.h476 NamedDecl *getMostRecentDecl() { in getMostRecentDecl() function
479 const NamedDecl *getMostRecentDecl() const { in getMostRecentDecl() function
3920 EnumDecl *getMostRecentDecl() { getMostRecentDecl() function
3923 const EnumDecl *getMostRecentDecl() const { getMostRecentDecl() function
4151 RecordDecl *getMostRecentDecl() { getMostRecentDecl() function
4154 const RecordDecl *getMostRecentDecl() const { getMostRecentDecl() function
[all...]
H A DDeclCXX.h540 CXXRecordDecl *getMostRecentDecl() { in getMostRecentDecl() function
545 const CXXRecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function
2156 CXXMethodDecl *getMostRecentDecl() { getMostRecentDecl() function
2160 const CXXMethodDecl *getMostRecentDecl() const { getMostRecentDecl() function
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3545 Decl *ASTDeclReader::getMostRecentDecl(Decl *D) { getMostRecentDecl() function in ASTDeclReader