Home | History | Annotate | Download | only in Sema

Lines Matching defs:isDerived

945   bool isDerived = Derived->isDerivedFrom(const_cast<CXXRecordDecl*>(Base),
947 assert(isDerived && "derived class not actually derived from base");
948 (void) isDerived;