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.cpp1255 PreambleSrcLocCache.clear(); in Parse()
1375 PreambleSrcLocCache.clear(); in getMainBufferWithPrecompiledPreamble()
2398 auto ItFileID = PreambleSrcLocCache.find(SD.Filename); in TranslateStoredDiagnostics()
2399 if (ItFileID == PreambleSrcLocCache.end()) { in TranslateStoredDiagnostics()
2402 PreambleSrcLocCache[SD.Filename] = FileLoc; in TranslateStoredDiagnostics()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h224 llvm::StringMap<SourceLocation> PreambleSrcLocCache; variable