Searched refs:BytesToSkip (Results 1 – 1 of 1) sorted by relevance
396 unsigned BytesToSkip = MappingIt->getSecond(); in getSkippedRangeForExcludedConditionalBlock() local403 assert(BytesToSkip >= LengthDiff && "lexer is after the skipped range?"); in getSkippedRangeForExcludedConditionalBlock()404 return BytesToSkip - LengthDiff; in getSkippedRangeForExcludedConditionalBlock()