Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Lex/
DPPDirectives.cpp379 std::pair<FileID, unsigned> HashFileOffset = in getSkippedRangeForExcludedConditionalBlock() local
382 SourceMgr.getBufferOrNone(HashFileOffset.first); in getSkippedRangeForExcludedConditionalBlock()
392 auto MappingIt = SkippedRanges.find(HashFileOffset.second); in getSkippedRangeForExcludedConditionalBlock()
398 assert(CurLexerBufferOffset >= HashFileOffset.second && in getSkippedRangeForExcludedConditionalBlock()
402 unsigned LengthDiff = CurLexerBufferOffset - HashFileOffset.second; in getSkippedRangeForExcludedConditionalBlock()