Searched refs:BytesToSkip (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp393 unsigned BytesToSkip = MappingIt->getSecond(); local
400 assert(BytesToSkip >= LengthDiff && "lexer is after the skipped range?");
401 return BytesToSkip - LengthDiff;

Completed in 222 milliseconds