Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h891 virtual Decl *getMostRecentDeclImpl() { return this; } in getMostRecentDeclImpl() function
968 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); } in getMostRecentDecl()
973 return const_cast<Decl *>(this)->getMostRecentDeclImpl(); in getMostRecentDecl()
H A DDecl.h539 NamespaceDecl *getMostRecentDeclImpl() override;
994 VarDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
1857 FunctionDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
2947 TypedefNameDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
3111 TagDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
H A DDeclObjC.h1280 ObjCInterfaceDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
2104 ObjCProtocolDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
H A DDeclCXX.h3053 NamespaceAliasDecl *getMostRecentDeclImpl() override;
3161 UsingShadowDecl *getMostRecentDeclImpl() override {
H A DDeclTemplate.h750 RedeclarableTemplateDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp289 static Decl *getMostRecentDeclImpl(Redeclarable<DeclT> *D);
290 static Decl *getMostRecentDeclImpl(...);
3387 Decl *ASTDeclReader::getMostRecentDeclImpl(Redeclarable<DeclT> *D) { in getMostRecentDeclImpl() function in ASTDeclReader
3391 Decl *ASTDeclReader::getMostRecentDeclImpl(...) { in getMostRecentDeclImpl() function in ASTDeclReader
3402 return getMostRecentDeclImpl(cast<TYPE##Decl>(D)); in getMostRecentDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp2621 NamespaceDecl *NamespaceDecl::getMostRecentDeclImpl() { in getMostRecentDeclImpl() function in NamespaceDecl
2635 NamespaceAliasDecl *NamespaceAliasDecl::getMostRecentDeclImpl() { in getMostRecentDeclImpl() function in NamespaceAliasDecl