Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/
DCanonicalIncludes.cpp55 auto MappingIt = StdSuffixHeaderMapping->find(SubPath); in mapHeader() local
56 if (MappingIt != StdSuffixHeaderMapping->end()) in mapHeader()
57 return MappingIt->second; in mapHeader()
/external/llvm-project/clang/lib/Lex/
DPPDirectives.cpp392 auto MappingIt = SkippedRanges.find(HashFileOffset.second); in getSkippedRangeForExcludedConditionalBlock() local
393 if (MappingIt == SkippedRanges.end()) in getSkippedRangeForExcludedConditionalBlock()
396 unsigned BytesToSkip = MappingIt->getSecond(); in getSkippedRangeForExcludedConditionalBlock()