Home | History | Annotate | Download | only in Sema

Lines Matching defs:RecordTy

646     QualType RecordTy = BaseType;
647 if (IsArrow) RecordTy = RecordTy->getAs<PointerType>()->getPointeeType();
649 RecordTy->getAs<RecordType>(),