Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1210 PreambleSrcLocCache.clear(); in Parse()
1330 PreambleSrcLocCache.clear(); in getMainBufferWithPrecompiledPreamble()
2350 auto ItFileID = PreambleSrcLocCache.find(SD.Filename); in TranslateStoredDiagnostics()
2351 if (ItFileID == PreambleSrcLocCache.end()) { in TranslateStoredDiagnostics()
2354 PreambleSrcLocCache[SD.Filename] = FileLoc; in TranslateStoredDiagnostics()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h222 llvm::StringMap<SourceLocation> PreambleSrcLocCache; variable