Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h1041 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); } in getMostRecentDecl() function
1045 const Decl *getMostRecentDecl() const { in getMostRecentDecl() function
H A DDecl.h473 NamedDecl *getMostRecentDecl() { in getMostRecentDecl() function
476 const NamedDecl *getMostRecentDecl() const { in getMostRecentDecl() function
3814 EnumDecl *getMostRecentDecl() { in getMostRecentDecl() function
3817 const EnumDecl *getMostRecentDecl() const { in getMostRecentDecl() function
4044 RecordDecl *getMostRecentDecl() { in getMostRecentDecl() function
4047 const RecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function
H A DDeclCXX.h524 CXXRecordDecl *getMostRecentDecl() { in getMostRecentDecl() function
529 const CXXRecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function
2087 CXXMethodDecl *getMostRecentDecl() { in getMostRecentDecl() function
2091 const CXXMethodDecl *getMostRecentDecl() const { in getMostRecentDecl() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp3377 Decl *ASTDeclReader::getMostRecentDecl(Decl *D) { in getMostRecentDecl() function in ASTDeclReader