Home | History | Annotate | Download | only in Sema

Lines Matching refs:InitType

4533       QualType InitType = From->getInit(0)->getType();
4534 if (S.Context.hasSameUnqualifiedType(InitType, ToType) ||
4535 S.IsDerivedFrom(From->getLocStart(), InitType, ToType))