Home | History | Annotate | Download | only in Sema

Lines Matching refs:Semantics

162     SmallVector<Expr *, 4> Semantics;
172 Semantics.push_back(semantic);
178 ResultIndex = Semantics.size();
179 Semantics.push_back(resultExpr);
198 ResultIndex = Semantics.size() - 1;
297 // Make sure we bind that in the semantics.
323 assert(index < Semantics.size() &&
324 "captured expression not found in semantics!");
325 if (e == Semantics[index]) break;
334 Semantics, ResultIndex);