Home | History | Annotate | Download | only in Sema

Lines Matching full:syntactic

332 ExprResult PseudoOpBuilder::complete(Expr *syntactic) {
333 return PseudoObjectExpr::Create(S.Context, syntactic,
359 Expr *syntactic;
364 syntactic = new (S.Context) BinaryOperator(syntacticLHS, capturedRHS,
379 syntactic =
395 return complete(syntactic);
438 UnaryOperator *syntactic =
441 return complete(syntactic);
596 // If we have a base, capture it in an OVE and rebuild the syntactic
908 // Capture base expression in an OVE and rebuild the syntactic