Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:DestTy

2885   QualType DestTy = C.getPointerType(Ty);
2891 ImplicitParamDecl dstDecl(FD, SourceLocation(), 0, DestTy);
2913 DeclRefExpr DstExpr(&dstDecl, false, DestTy,
2915 UnaryOperator DST(&DstExpr, UO_Deref, DestTy->getPointeeType(),
2926 Args, DestTy->getPointeeType(),
2969 QualType DestTy = C.getPointerType(Ty);
2975 DestTy);
3025 DeclRefExpr DstExpr(&dstDecl, false, DestTy,