Home | History | Annotate | Download | only in Sema

Lines Matching refs:RecordTy

712     QualType RecordTy = BaseType;
713 if (IsArrow) RecordTy = RecordTy->getAs<PointerType>()->getPointeeType();
715 RecordTy->getAs<RecordType>(), OpLoc, IsArrow,