Lines Matching defs:syntactic
412 ExprResult PseudoOpBuilder::complete(Expr *syntactic) {
413 return PseudoObjectExpr::Create(S.Context, syntactic,
444 // semantic expression with expressions from the syntactic form.
451 Expr *syntactic;
456 syntactic = BinaryOperator::Create(S.Context, syntacticLHS, capturedRHS,
471 syntactic = CompoundAssignOperator::Create(
487 return complete(syntactic);
536 UnaryOperator *syntactic =
544 return complete(syntactic);
712 // If we have a base, capture it in an OVE and rebuild the syntactic
1030 // Capture base expression in an OVE and rebuild the syntactic