Home | History | Annotate | Download | only in Sema

Lines Matching defs:Semantics

192     SmallVector<Expr *, 4> Semantics;
202 Semantics.push_back(semantic);
208 ResultIndex = Semantics.size();
209 Semantics.push_back(resultExpr);
228 ResultIndex = Semantics.size() - 1;
368 // Make sure we bind that in the semantics.
394 assert(index < Semantics.size() &&
395 "captured expression not found in semantics!");
396 if (e == Semantics[index]) break;
405 Semantics, ResultIndex);
439 Semantics.pop_back();