Searched refs:ChildSize (Results 1 – 2 of 2) sorted by relevance
316 const unsigned ChildSize = SizeMatcherList(SM->getChild(i), OS); in SizeMatcher() local317 assert(ChildSize != 0 && "Matcher cannot have child of size 0"); in SizeMatcher()318 SM->getChild(i)->setSize(ChildSize); in SizeMatcher()319 Size += GetVBRSize(ChildSize) + ChildSize; // Count VBR and child size. in SizeMatcher()344 const unsigned ChildSize = SizeMatcherList(Child, OS); in SizeMatcher() local345 assert(ChildSize != 0 && "Matcher cannot have child of size 0"); in SizeMatcher()346 Child->setSize(ChildSize); in SizeMatcher()347 Size += GetVBRSize(ChildSize) + ChildSize; // Count VBR and child size. in SizeMatcher()443 unsigned ChildSize = SM->getChild(i)->getSize(); in EmitMatcher() local444 unsigned VBRSize = EmitVBRValue(ChildSize, OS); in EmitMatcher()[all …]
4027 unsigned ChildSize = 0; in calculateFormattingInformation() local4030 ChildSize = LastOfChild.isTrailingComment() ? Style.ColumnLimit in calculateFormattingInformation()4040 ChildSize + Current->SpacesRequiredBefore; in calculateFormattingInformation()