Home | History | Annotate | Download | only in AST

Lines Matching refs:Ty

554   QualType Ty;
558 Ty = E->getBase()->getType()->getAs<PointerType>()->getPointeeType();
562 Ty = E->getBase()->getType();
565 const RecordDecl *RD = Ty->getAs<RecordType>()->getDecl();
721 QualType Ty = E->getSubExpr()->getType();
723 Ty->getAs<PointerType>()->getPointeeType()->getAsCXXRecordDecl();
1711 QualType Ty = E->getTypeOfArgument();
1713 if (Ty->isVectorType()) {
1714 unsigned n = Ty->getAs<VectorType>()->getNumElements();