Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h93 TranslationUnitDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
1057 VarDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
2029 FunctionDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
3249 TypedefNameDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
3413 TagDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
H A DDeclTemplate.h775 RedeclarableTemplateDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
H A DDeclBase.h953 virtual Decl *getMostRecentDeclImpl() { return this; } in getMostRecentDeclImpl() function
H A DDeclObjC.h1258 ObjCInterfaceDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
2092 ObjCProtocolDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
H A DDeclCXX.h3242 UsingShadowDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp2915 NamespaceDecl *NamespaceDecl::getMostRecentDeclImpl() { in getMostRecentDeclImpl() function in NamespaceDecl
2929 NamespaceAliasDecl *NamespaceAliasDecl::getMostRecentDeclImpl() { in getMostRecentDeclImpl() function in NamespaceAliasDecl
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp3280 Decl *ASTDeclReader::getMostRecentDeclImpl(Redeclarable<DeclT> *D) { in getMostRecentDeclImpl() function in ASTDeclReader
3284 Decl *ASTDeclReader::getMostRecentDeclImpl(...) { in getMostRecentDeclImpl() function in ASTDeclReader