Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp421 auto MappingIt = SkippedRanges.find(HashFileOffset.second); in getSkippedRangeForExcludedConditionalBlock() local
422 if (MappingIt == SkippedRanges.end()) in getSkippedRangeForExcludedConditionalBlock()
425 unsigned BytesToSkip = MappingIt->getSecond(); in getSkippedRangeForExcludedConditionalBlock()