Home | History | Annotate | Download | only in Sema

Lines Matching defs:Inherited

1334   // different inherited attribute. It's too late for us to change the
2209 typedef EvaluatedExprVisitor<UninitializedFieldVisitor> Inherited;
2213 : Inherited(S.Context), S(S), Decls(Decls),
2303 Inherited::VisitMemberExpr(ME);
2310 Inherited::VisitImplicitCastExpr(E);
2320 Inherited::VisitCXXConstructExpr(E);
2328 Inherited::VisitCXXMemberCallExpr(E);
2340 Inherited::VisitBinaryOperator(E);
2983 // a direct non-virtual base class and an inherited
3073 const CXXRecordDecl *Inherited =
3076 if (Base && Inherited->getCanonicalDecl() == Base->getCanonicalDecl()) {
8328 // Inherited constructor.
8332 // set, as could the default arguments for the inherited constructor. This
8536 /// The constructor which is inherited.
8613 // The candidate set of inherited constructors from the class X named in
8645 // [F]or each constructor template in the candidate set of inherited
8650 // For each non-template constructor in the candidate set of inherited
8802 // Declare the inherited constructors.