Home | History | Annotate | Download | only in Sema

Lines Matching defs:Semantics

160     SmallVector<Expr *, 4> Semantics;
170 Semantics.push_back(semantic);
176 ResultIndex = Semantics.size();
177 Semantics.push_back(resultExpr);
196 ResultIndex = Semantics.size() - 1;
285 // Make sure we bind that in the semantics.
311 assert(index < Semantics.size() &&
312 "captured expression not found in semantics!");
313 if (e == Semantics[index]) break;
322 Semantics, ResultIndex);