Home
last modified time | relevance | path

Searched refs:getPreviousDeclImpl (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h949 virtual Decl *getPreviousDeclImpl() { return nullptr; } in getPreviousDeclImpl() function
1015 Decl *getPreviousDecl() { return getPreviousDeclImpl(); } in getPreviousDecl()
1020 return const_cast<Decl *>(this)->getPreviousDeclImpl(); in getPreviousDecl()
H A DDecl.h89 TranslationUnitDecl *getPreviousDeclImpl() override { in getPreviousDeclImpl() function
563 NamespaceDecl *getPreviousDeclImpl() override;
1053 VarDecl *getPreviousDeclImpl() override { in getPreviousDeclImpl() function
2025 FunctionDecl *getPreviousDeclImpl() override { in getPreviousDeclImpl() function
3245 TypedefNameDecl *getPreviousDeclImpl() override { in getPreviousDeclImpl() function
3409 TagDecl *getPreviousDeclImpl() override { in getPreviousDeclImpl() function
H A DDeclObjC.h1254 ObjCInterfaceDecl *getPreviousDeclImpl() override { in getPreviousDeclImpl() function
2088 ObjCProtocolDecl *getPreviousDeclImpl() override { in getPreviousDeclImpl() function
H A DDeclCXX.h3051 NamespaceAliasDecl *getPreviousDeclImpl() override;
3238 UsingShadowDecl *getPreviousDeclImpl() override { in getPreviousDeclImpl() function
H A DDeclTemplate.h771 RedeclarableTemplateDecl *getPreviousDeclImpl() override { in getPreviousDeclImpl() function
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp2911 NamespaceDecl *NamespaceDecl::getPreviousDeclImpl() { in getPreviousDeclImpl() function in NamespaceDecl
2925 NamespaceAliasDecl *NamespaceAliasDecl::getPreviousDeclImpl() { in getPreviousDeclImpl() function in NamespaceAliasDecl