Lines Matching defs:syntactic
410 ExprResult PseudoOpBuilder::complete(Expr *syntactic) {
411 return PseudoObjectExpr::Create(S.Context, syntactic,
442 // semantic expression with expressions from the syntactic form.
449 Expr *syntactic;
454 syntactic = BinaryOperator::Create(S.Context, syntacticLHS, capturedRHS,
469 syntactic = CompoundAssignOperator::Create(
485 return complete(syntactic);
534 UnaryOperator *syntactic =
542 return complete(syntactic);
710 // If we have a base, capture it in an OVE and rebuild the syntactic
1028 // Capture base expression in an OVE and rebuild the syntactic