Home
last modified time | relevance | path

Searched refs:ModuleCachePath (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderSearch.h188 std::string ModuleCachePath; variable
331 ModuleCachePath = CachePath; in setModuleCachePath()
335 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath()
H A DHeaderSearchOptions.h112 std::string ModuleCachePath; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp467 SmallString<256> SpecificModuleCache(getHeaderSearchOpts().ModuleCachePath); in getSpecificModuleCachePath()
1387 TimestampFile = HSOpts.ModuleCachePath; in pruneModuleCache()
1416 llvm::sys::path::native(HSOpts.ModuleCachePath, ModuleCachePathNative); in pruneModuleCache()
H A DCompilerInvocation.cpp1931 Opts.ModuleCachePath = P.str(); in ParseHeaderSearchArgs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp3806 StringRef ModuleCachePath in loadGlobalIndex() local
3809 = GlobalModuleIndex::readIndex(ModuleCachePath); in loadGlobalIndex()
5349 HSOpts.ModuleCachePath = ReadString(Record, Idx); in ParseHeaderSearchOptions()
H A DASTWriter.cpp1660 AddString(HSOpts.ModuleCachePath, Record); in WriteControlBlock()