Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp400 std::pair<FileID, unsigned> HashFileOffset = in getSkippedRangeForExcludedConditionalBlock() local
403 SourceMgr.getBufferOrNone(HashFileOffset.first); in getSkippedRangeForExcludedConditionalBlock()
413 auto MappingIt = SkippedRanges.find(HashFileOffset.second); in getSkippedRangeForExcludedConditionalBlock()
419 assert(CurLexerBufferOffset >= HashFileOffset.second && in getSkippedRangeForExcludedConditionalBlock()
423 unsigned LengthDiff = CurLexerBufferOffset - HashFileOffset.second; in getSkippedRangeForExcludedConditionalBlock()