Searched refs:lastEnd (Results 1 – 1 of 1) sorted by relevance
581 CharUnits lastEnd = CharUnits::Zero(); in getCoerceAndExpandTypes() local585 if (entry.Begin != lastEnd) { in getCoerceAndExpandTypes()586 auto paddingSize = entry.Begin - lastEnd; in getCoerceAndExpandTypes()601 lastEnd = entry.Begin + getTypeAllocSize(CGM, entry.Type); in getCoerceAndExpandTypes()602 assert(entry.End <= lastEnd); in getCoerceAndExpandTypes()