Home | History | Annotate | Download | only in AST

Lines Matching refs:BaseTy

4314     QualType BaseTy = E->getBase()->getType();
4319 assert(BaseTy->castAs<RecordType>()->getDecl()->getCanonicalDecl() ==
4322 CompleteObject Obj(&Val, BaseTy);
4323 SubobjectDesignator Designator(BaseTy);
4460 QualType BaseTy;
4464 BaseTy = E->getBase()->getType()->castAs<PointerType>()->getPointeeType();
4468 BaseTy = E->getBase()->getType();
4471 BaseTy = E->getBase()->getType();
4482 assert(BaseTy->getAs<RecordType>()->getDecl()->getCanonicalDecl() ==
4484 (void)BaseTy;
7485 QualType BaseTy = getType(LHSValue.Base);
7486 if (BaseTy->isIncompleteType())
7488 CharUnits Size = Info.Ctx.getTypeSizeInChars(BaseTy);