Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h725 RedeclarableTemplateDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
H A DDecl.h115 TranslationUnitDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
1121 VarDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
2149 FunctionDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
3555 TypedefNameDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
3720 TagDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
H A DDeclBase.h996 virtual Decl *getMostRecentDeclImpl() { return this; } in getMostRecentDeclImpl() function
H A DDeclObjC.h1270 ObjCInterfaceDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
2127 ObjCProtocolDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
H A DDeclCXX.h3412 UsingShadowDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3260 NamespaceDecl *NamespaceDecl::getMostRecentDeclImpl() { in getMostRecentDeclImpl() function in NamespaceDecl
3274 NamespaceAliasDecl *NamespaceAliasDecl::getMostRecentDeclImpl() { in getMostRecentDeclImpl() function in NamespaceAliasDecl
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3559 Decl *ASTDeclReader::getMostRecentDeclImpl(Redeclarable<DeclT> *D) { in getMostRecentDeclImpl() function in ASTDeclReader
3563 Decl *ASTDeclReader::getMostRecentDeclImpl(...) { in getMostRecentDeclImpl() function in ASTDeclReader