Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DRedeclarable.h226 decl_type *getMostRecentDecl() { getMostRecentDecl() function
231 const decl_type *getMostRecentDecl() const { getMostRecentDecl() function
H A DDeclBase.h1062 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); } getMostRecentDecl() function
1066 const Decl *getMostRecentDecl() const { getMostRecentDecl() function
H A DDecl.h476 NamedDecl *getMostRecentDecl() { getMostRecentDecl() function
479 const NamedDecl *getMostRecentDecl() const { getMostRecentDecl() function
3975 EnumDecl *getMostRecentDecl() { getMostRecentDecl() function
3978 const EnumDecl *getMostRecentDecl() const { getMostRecentDecl() function
4206 RecordDecl *getMostRecentDecl() { getMostRecentDecl() function
4209 const RecordDecl *getMostRecentDecl() const { getMostRecentDecl() function
[all...]
H A DDeclCXX.h540 CXXRecordDecl *getMostRecentDecl() { getMostRecentDecl() function
545 const CXXRecordDecl *getMostRecentDecl() const { getMostRecentDecl() function
2163 CXXMethodDecl *getMostRecentDecl() { getMostRecentDecl() function
2167 const CXXMethodDecl *getMostRecentDecl() const { getMostRecentDecl() function
[all...]
/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3545 Decl *ASTDeclReader::getMostRecentDecl(Decl *D) { getMostRecentDecl() function in ASTDeclReader