Home | History | Annotate | Download | only in Sema

Lines Matching defs:RecordTy

737     QualType RecordTy = BaseType;
738 if (IsArrow) RecordTy = RecordTy->getAs<PointerType>()->getPointeeType();
740 RecordTy->getAs<RecordType>(), OpLoc, IsArrow,