Home | History | Annotate | Download | only in Sema

Lines Matching refs:CastExpr

85     ExprResult complete(CastExpr *castExpr) {
89 castExpr = ImplicitCastExpr::Create(Self.Context,
91 CK_Dependent, castExpr, 0,
92 castExpr->getValueKind());
94 return Self.Owned(castExpr);
2076 Expr *CastExpr) {
2077 CastOperation Op(*this, CastTypeInfo->getType(), CastExpr);
2079 Op.OpRange = SourceRange(LPLoc, CastExpr->getLocEnd());
2083 isa<InitListExpr>(CastExpr));
2098 Expr *CastExpr,
2101 CastOperation Op(*this, CastTypeInfo->getType(), CastExpr);
2103 CastExpr->getLocEnd());