Home | History | Annotate | Download | only in Sema

Lines Matching defs:Semantics

198     SmallVector<Expr *, 4> Semantics;
208 Semantics.push_back(semantic);
214 ResultIndex = Semantics.size();
215 Semantics.push_back(resultExpr);
234 ResultIndex = Semantics.size() - 1;
345 // Make sure we bind that in the semantics.
371 assert(index < Semantics.size() &&
372 "captured expression not found in semantics!");
373 if (e == Semantics[index]) break;
382 Semantics, ResultIndex);