Home | History | Annotate | Download | only in Sema

Lines Matching defs:syntactic

320 ExprResult PseudoOpBuilder::complete(Expr *syntactic) {
321 return PseudoObjectExpr::Create(S.Context, syntactic,
347 Expr *syntactic;
352 syntactic = new (S.Context) BinaryOperator(syntacticLHS, capturedRHS,
367 syntactic =
383 return complete(syntactic);
427 UnaryOperator *syntactic =
430 return complete(syntactic);
550 // If we have a base, capture it in an OVE and rebuild the syntactic
849 // Capture base expression in an OVE and rebuild the syntactic