Home | History | Annotate | Download | only in Sema

Lines Matching defs:RecordTy

698     QualType RecordTy = BaseType;
699 if (IsArrow) RecordTy = RecordTy->getAs<PointerType>()->getPointeeType();
701 RecordTy->getAs<RecordType>(),