Home | History | Annotate | Download | only in AST

Lines Matching defs:getPreviousDeclImpl

722   virtual Decl *getPreviousDeclImpl() { return nullptr; }
786 Decl *getPreviousDecl() { return getPreviousDeclImpl(); }
791 return const_cast<Decl *>(this)->getPreviousDeclImpl();