Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2387 auto ItFileID = PreambleSrcLocCache.find(SD.Filename); in TranslateStoredDiagnostics() local
2388 if (ItFileID == PreambleSrcLocCache.end()) { in TranslateStoredDiagnostics()
2393 FileLoc = ItFileID->getValue(); in TranslateStoredDiagnostics()