Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp2348 auto ItFileID = PreambleSrcLocCache.find(SD.Filename); in TranslateStoredDiagnostics() local
2349 if (ItFileID == PreambleSrcLocCache.end()) { in TranslateStoredDiagnostics()
2354 FileLoc = ItFileID->getValue(); in TranslateStoredDiagnostics()