Home
last modified time | relevance | path

Searched refs:LengthDiff (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp431 unsigned LengthDiff = CurLexerBufferOffset - HashFileOffset.second; in getSkippedRangeForExcludedConditionalBlock() local
432 assert(BytesToSkip >= LengthDiff && "lexer is after the skipped range?"); in getSkippedRangeForExcludedConditionalBlock()
433 return BytesToSkip - LengthDiff; in getSkippedRangeForExcludedConditionalBlock()