Home | History | Annotate | Download | only in Sema

Lines Matching refs:castExpr

88     ExprResult complete(CastExpr *castExpr) {
92 castExpr = ImplicitCastExpr::Create(Self.Context,
94 CK_Dependent, castExpr, nullptr,
95 castExpr->getValueKind());
97 return castExpr;
2596 Expr *CastExpr) {
2597 CastOperation Op(*this, CastTypeInfo->getType(), CastExpr);
2599 Op.OpRange = SourceRange(LPLoc, CastExpr->getLocEnd());
2603 isa<InitListExpr>(CastExpr));
2618 Expr *CastExpr,
2621 CastOperation Op(*this, CastTypeInfo->getType(), CastExpr);
2623 Op.OpRange = SourceRange(Op.DestRange.getBegin(), CastExpr->getLocEnd());