Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Lex/
DPPDirectives.cpp402 unsigned LengthDiff = CurLexerBufferOffset - HashFileOffset.second; in getSkippedRangeForExcludedConditionalBlock() local
403 assert(BytesToSkip >= LengthDiff && "lexer is after the skipped range?"); in getSkippedRangeForExcludedConditionalBlock()
404 return BytesToSkip - LengthDiff; in getSkippedRangeForExcludedConditionalBlock()