Home | History | Annotate | Download | only in Sema

Lines Matching defs:syntactic

405 ExprResult PseudoOpBuilder::complete(Expr *syntactic) {
406 return PseudoObjectExpr::Create(S.Context, syntactic,
437 // semantic expression with expressions from the syntactic form.
444 Expr *syntactic;
449 syntactic = BinaryOperator::Create(S.Context, syntacticLHS, capturedRHS,
464 syntactic = CompoundAssignOperator::Create(
480 return complete(syntactic);
529 UnaryOperator *syntactic =
537 return complete(syntactic);
703 // If we have a base, capture it in an OVE and rebuild the syntactic
1022 // Capture base expression in an OVE and rebuild the syntactic