Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp1209 PreambleSrcLocCache.clear(); in Parse()
1329 PreambleSrcLocCache.clear(); in getMainBufferWithPrecompiledPreamble()
2349 auto ItFileID = PreambleSrcLocCache.find(SD.Filename); in TranslateStoredDiagnostics()
2350 if (ItFileID == PreambleSrcLocCache.end()) { in TranslateStoredDiagnostics()
2353 PreambleSrcLocCache[SD.Filename] = FileLoc; in TranslateStoredDiagnostics()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h222 llvm::StringMap<SourceLocation> PreambleSrcLocCache; variable