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

/external/clang/include/clang/AST/
H A DDeclBase.h783 virtual Decl *getMostRecentDeclImpl() { return this; } function
858 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); }
863 return const_cast<Decl *>(this)->getMostRecentDeclImpl();
H A DDecl.h493 NamespaceDecl *getMostRecentDeclImpl() override;
922 VarDecl *getMostRecentDeclImpl() override {
1706 FunctionDecl *getMostRecentDeclImpl() override {
2628 TypedefNameDecl *getMostRecentDeclImpl() override {
2827 TagDecl *getMostRecentDeclImpl() override {
H A DDeclCXX.h2748 NamespaceAliasDecl *getMostRecentDeclImpl() override;
2853 UsingShadowDecl *getMostRecentDeclImpl() override {
H A DDeclObjC.h1193 ObjCInterfaceDecl *getMostRecentDeclImpl() override {
2005 ObjCProtocolDecl *getMostRecentDeclImpl() override {
H A DDeclTemplate.h639 RedeclarableTemplateDecl *getMostRecentDeclImpl() override {
1601 // declaration, because we don't override getMostRecentDeclImpl(). But
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp228 static Decl *getMostRecentDeclImpl(Redeclarable<DeclT> *D);
229 static Decl *getMostRecentDeclImpl(...);
3011 Decl *ASTDeclReader::getMostRecentDeclImpl(Redeclarable<DeclT> *D) { function in class:ASTDeclReader
3014 Decl *ASTDeclReader::getMostRecentDeclImpl(...) { function in class:ASTDeclReader
3025 return getMostRecentDeclImpl(cast<TYPE##Decl>(D));
/external/clang/lib/AST/
H A DDeclCXX.cpp2106 NamespaceDecl *NamespaceDecl::getMostRecentDeclImpl() {
2118 NamespaceAliasDecl *NamespaceAliasDecl::getMostRecentDeclImpl() {

Completed in 156 milliseconds