Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp413 auto MappingIt = SkippedRanges.find(HashFileOffset.second); in getSkippedRangeForExcludedConditionalBlock() local
414 if (MappingIt == SkippedRanges.end()) in getSkippedRangeForExcludedConditionalBlock()
417 unsigned BytesToSkip = MappingIt->getSecond(); in getSkippedRangeForExcludedConditionalBlock()