Lines Matching refs:ChildSize
186 unsigned ChildSize = 0;
189 VBRSize = GetVBRSize(ChildSize);
194 ChildSize = EmitMatcherList(SM->getChild(i), Indent+1,
196 } while (GetVBRSize(ChildSize) != VBRSize);
198 assert(ChildSize != 0 && "Should not have a zero-sized child!");
200 CurrentIdx += EmitVBRValue(ChildSize, OS);
202 OS << "/*->" << CurrentIdx+ChildSize << "*/";
210 CurrentIdx += ChildSize;
327 unsigned ChildSize = 0;
330 VBRSize = GetVBRSize(ChildSize);
335 ChildSize = EmitMatcherList(Child, Indent+1, CurrentIdx+VBRSize+IdxSize,
337 } while (GetVBRSize(ChildSize) != VBRSize);
339 assert(ChildSize != 0 && "Should not have a zero-sized child!");
351 CurrentIdx += EmitVBRValue(ChildSize, OS);
361 OS << "// ->" << CurrentIdx+ChildSize;
364 CurrentIdx += ChildSize;