Home | History | Annotate | Download | only in Sema

Lines Matching defs:Semantics

199     SmallVector<Expr *, 4> Semantics;
209 Semantics.push_back(semantic);
215 ResultIndex = Semantics.size();
216 Semantics.push_back(resultExpr);
235 ResultIndex = Semantics.size() - 1;
351 // Make sure we bind that in the semantics.
377 assert(index < Semantics.size() &&
378 "captured expression not found in semantics!");
379 if (e == Semantics[index]) break;
388 Semantics, ResultIndex);