Home | History | Annotate | Download | only in Sema

Lines Matching refs:CastExpr

87     ExprResult complete(CastExpr *castExpr) {
91 castExpr = ImplicitCastExpr::Create(Self.Context,
93 CK_Dependent, castExpr, nullptr,
94 castExpr->getValueKind());
96 return castExpr;
2379 Expr *CastExpr) {
2380 CastOperation Op(*this, CastTypeInfo->getType(), CastExpr);
2382 Op.OpRange = SourceRange(LPLoc, CastExpr->getLocEnd());
2386 isa<InitListExpr>(CastExpr));
2401 Expr *CastExpr,
2404 CastOperation Op(*this, CastTypeInfo->getType(), CastExpr);
2406 Op.OpRange = SourceRange(Op.DestRange.getBegin(), CastExpr->getLocEnd());