Home | History | Annotate | Download | only in Coroutines

Lines Matching refs:FieldNo

269   unsigned FieldNo = 0;
279 // definition. Subsequent mentions of a defintion do not have fieldNo
284 assert(FieldNo && "Accessing unassigned field");
285 return FieldNo;
288 assert(!FieldNo && "Reassigning field number");
289 FieldNo = FieldNumber;