Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DestTy

2839   QualType DestTy = C.getPointerType(Ty);
2845 ImplicitParamDecl dstDecl(FD, SourceLocation(), 0, DestTy);
2867 DeclRefExpr DstExpr(&dstDecl, false, DestTy,
2869 UnaryOperator DST(&DstExpr, UO_Deref, DestTy->getPointeeType(),
2880 Args, DestTy->getPointeeType(),
2924 QualType DestTy = C.getPointerType(Ty);
2930 ImplicitParamDecl dstDecl(FD, SourceLocation(), 0, DestTy);
2980 DeclRefExpr DstExpr(&dstDecl, false, DestTy,