Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp1188 PreambleSrcLocCache.clear(); in Parse()
1317 PreambleSrcLocCache.clear(); in getMainBufferWithPrecompiledPreamble()
2348 auto ItFileID = PreambleSrcLocCache.find(SD.Filename); in TranslateStoredDiagnostics()
2349 if (ItFileID == PreambleSrcLocCache.end()) { in TranslateStoredDiagnostics()
2352 PreambleSrcLocCache[SD.Filename] = FileLoc; in TranslateStoredDiagnostics()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DASTUnit.h217 llvm::StringMap<SourceLocation> PreambleSrcLocCache; variable