Home
last modified time | relevance | path

Searched defs:getMostRecentDeclImpl (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DDecl.h95 TranslationUnitDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
1129 VarDecl *getMostRecentDeclImpl() override { getMostRecentDeclImpl() function
2141 FunctionDecl *getMostRecentDeclImpl() override { getMostRecentDeclImpl() function
3475 TypedefNameDecl *getMostRecentDeclImpl() override { getMostRecentDeclImpl() function
3641 TagDecl *getMostRecentDeclImpl() override { getMostRecentDeclImpl() function
H A DDeclTemplate.h727 RedeclarableTemplateDecl *getMostRecentDeclImpl() override { getMostRecentDeclImpl() function
H A DDeclBase.h985 virtual Decl *getMostRecentDeclImpl() { return this; } getMostRecentDeclImpl() function
H A DDeclObjC.h1272 ObjCInterfaceDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
2128 ObjCProtocolDecl *getMostRecentDeclImpl() override { getMostRecentDeclImpl() function
H A DDeclCXX.h3342 UsingShadowDecl *getMostRecentDeclImpl() override { getMostRecentDeclImpl() function
/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3019 NamespaceDecl *NamespaceDecl::getMostRecentDeclImpl() { getMostRecentDeclImpl() function in NamespaceDecl
3033 NamespaceAliasDecl *NamespaceAliasDecl::getMostRecentDeclImpl() { getMostRecentDeclImpl() function in NamespaceAliasDecl
/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3537 Decl *ASTDeclReader::getMostRecentDeclImpl(Redeclarable<DeclT> *D) { getMostRecentDeclImpl() function in ASTDeclReader
3541 Decl *ASTDeclReader::getMostRecentDeclImpl(...) { getMostRecentDeclImpl() function in ASTDeclReader