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 DDecl.h95 TranslationUnitDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
1090 VarDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
2102 FunctionDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
3436 TypedefNameDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
3602 TagDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
H A DDeclTemplate.h727 RedeclarableTemplateDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
H A DDeclBase.h988 virtual Decl *getMostRecentDeclImpl() { return this; } in getMostRecentDeclImpl() function
H A DDeclObjC.h1272 ObjCInterfaceDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
2128 ObjCProtocolDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
H A DDeclCXX.h3349 UsingShadowDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3035 NamespaceDecl *NamespaceDecl::getMostRecentDeclImpl() { in getMostRecentDeclImpl() function in NamespaceDecl
3049 NamespaceAliasDecl *NamespaceAliasDecl::getMostRecentDeclImpl() { in getMostRecentDeclImpl() function in NamespaceAliasDecl
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3512 Decl *ASTDeclReader::getMostRecentDeclImpl(Redeclarable<DeclT> *D) { in getMostRecentDeclImpl() function in ASTDeclReader
3516 Decl *ASTDeclReader::getMostRecentDeclImpl(...) { in getMostRecentDeclImpl() function in ASTDeclReader