Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDHeaderSearch.h188 std::string ModuleCachePath; variable
334 ModuleCachePath = CachePath; in setModuleCachePath()
338 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath()
HDHeaderSearchOptions.h90 std::string ModuleCachePath; variable
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDCompilerInstance.cpp376 getHeaderSearchOpts().ModuleCachePath); in getSpecificModuleCachePath()
1153 TimestampFile = HSOpts.ModuleCachePath; in pruneModuleCache()
1181 llvm::sys::path::native(HSOpts.ModuleCachePath, ModuleCachePathNative); in pruneModuleCache()
HDCompilerInvocation.cpp1100 Opts.ModuleCachePath = Args.getLastArgValue(OPT_fmodules_cache_path); in ParseHeaderSearchArgs()
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDHeaderSearch.cpp131 if (ModuleCachePath.empty()) in getModuleFileName()
134 SmallString<256> Result(ModuleCachePath); in getModuleFileName()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp3318 StringRef ModuleCachePath in loadGlobalIndex() local
3321 = GlobalModuleIndex::readIndex(ModuleCachePath); in loadGlobalIndex()
4539 HSOpts.ModuleCachePath = ReadString(Record, Idx); in ParseHeaderSearchOptions()
HDASTWriter.cpp1364 AddString(HSOpts.ModuleCachePath, Record); in WriteControlBlock()