Home | History | Annotate | Download | only in Sema

Lines Matching refs:InheritedFrom

7305           const CXXRecordDecl *InheritedFrom = nullptr;
7307 InheritedFrom = Inherited.getShadowDecl()->getNominatedBaseClass();
7310 << (InheritedFrom ? 2 : Constructor->isImplicit() ? 1 : 0)
7314 << InheritedFrom;
7323 << (InheritedFrom ? 2 : Constructor->isImplicit() ? 1 : 0)
7327 << InheritedFrom;