Searched refs:ChildSize (Results 1 – 2 of 2) sorted by relevance
186 unsigned ChildSize = 0; in EmitMatcher() local189 VBRSize = GetVBRSize(ChildSize); in EmitMatcher()194 ChildSize = EmitMatcherList(SM->getChild(i), Indent+1, in EmitMatcher()196 } while (GetVBRSize(ChildSize) != VBRSize); in EmitMatcher()198 assert(ChildSize != 0 && "Should not have a zero-sized child!"); in EmitMatcher()200 CurrentIdx += EmitVBRValue(ChildSize, OS); in EmitMatcher()202 OS << "/*->" << CurrentIdx+ChildSize << "*/"; in EmitMatcher()210 CurrentIdx += ChildSize; in EmitMatcher()327 unsigned ChildSize = 0; in EmitMatcher() local330 VBRSize = GetVBRSize(ChildSize); in EmitMatcher()[all …]
1645 unsigned ChildSize = 0; in calculateFormattingInformation() local1648 ChildSize = LastOfChild.isTrailingComment() ? Style.ColumnLimit in calculateFormattingInformation()1659 ChildSize + Current->SpacesRequiredBefore; in calculateFormattingInformation()