Home | History | Annotate | Download | only in Sema

Lines Matching refs:ResultType

50         ResultType(destType.getNonLValueExprType(S.Context)),
65 QualType ResultType;
259 return Op.complete(CXXConstCastExpr::Create(Context, Op.ResultType,
269 return Op.complete(CXXDynamicCastExpr::Create(Context, Op.ResultType,
280 return Op.complete(CXXReinterpretCastExpr::Create(Context, Op.ResultType,
292 return Op.complete(CXXStaticCastExpr::Create(Context, Op.ResultType,
2059 return Op.complete(CStyleCastExpr::Create(Context, Op.ResultType,
2076 return Op.complete(CXXFunctionalCastExpr::Create(Context, Op.ResultType,