Home | History | Annotate | Download | only in AST

Lines Matching full:operand

1209                                            CastKind Kind, Expr *Operand,
1216 new (Buffer) ImplicitCastExpr(T, Kind, Operand, PathSize, VK);
1681 // If this is a cast to void or a constructor conversion, check the operand.
1693 // Check the operand, since implicit casts are inserted by Sema
2069 /// or CastExprs or ImplicitCastExprs, returning their operand.
2193 /// ParenExpr or CastExprs, returning their operand.
2415 // 2) an elidable trivial copy construction of an operand which is
2417 // operand on its own, *not* as a reference binding.