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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp417 unsigned BytesToSkip = MappingIt->getSecond(); local
424 assert(BytesToSkip >= LengthDiff && "lexer is after the skipped range?");
425 return BytesToSkip - LengthDiff;

Completed in 264 milliseconds