Searched refs:LengthDiff (Results 1 – 1 of 1) sorted by relevance
423 unsigned LengthDiff = CurLexerBufferOffset - HashFileOffset.second; in getSkippedRangeForExcludedConditionalBlock() local424 assert(BytesToSkip >= LengthDiff && "lexer is after the skipped range?"); in getSkippedRangeForExcludedConditionalBlock()425 return BytesToSkip - LengthDiff; in getSkippedRangeForExcludedConditionalBlock()