Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1256 PreambleSrcLocCache.clear(); in Parse()
1376 PreambleSrcLocCache.clear(); in getMainBufferWithPrecompiledPreamble()
2412 auto ItFileID = PreambleSrcLocCache.find(SD.Filename); in TranslateStoredDiagnostics()
2413 if (ItFileID == PreambleSrcLocCache.end()) { in TranslateStoredDiagnostics()
2416 PreambleSrcLocCache[SD.Filename] = FileLoc; in TranslateStoredDiagnostics()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h236 llvm::StringMap<SourceLocation> PreambleSrcLocCache; variable