Home | History | Annotate | Download | only in Sema

Lines Matching defs:RecordTy

654     QualType RecordTy = BaseType;
655 if (IsArrow) RecordTy = RecordTy->getAs<PointerType>()->getPointeeType();
657 RecordTy->getAs<RecordType>(),