Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1243 PreambleSrcLocCache.clear(); in Parse()
1363 PreambleSrcLocCache.clear(); in getMainBufferWithPrecompiledPreamble()
2387 auto ItFileID = PreambleSrcLocCache.find(SD.Filename); in TranslateStoredDiagnostics()
2388 if (ItFileID == PreambleSrcLocCache.end()) { in TranslateStoredDiagnostics()
2391 PreambleSrcLocCache[SD.Filename] = FileLoc; in TranslateStoredDiagnostics()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h224 llvm::StringMap<SourceLocation> PreambleSrcLocCache; variable