Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h201 std::string ModuleCachePath; variable
341 ModuleCachePath = std::string(CachePath); in setModuleCachePath()
348 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath()
H A DHeaderSearchOptions.h112 std::string ModuleCachePath; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp542 SmallString<256> SpecificModuleCache(getHeaderSearchOpts().ModuleCachePath); in getSpecificModuleCachePath()
1426 TimestampFile = HSOpts.ModuleCachePath; in pruneModuleCache()
1456 llvm::sys::path::native(HSOpts.ModuleCachePath, ModuleCachePathNative); in pruneModuleCache()
H A DCompilerInvocation.cpp2824 if (!Opts.ModuleCachePath.empty()) in GenerateHeaderSearchArgs()
2825 GenerateArg(Args, OPT_fmodules_cache_path, Opts.ModuleCachePath, SA); in GenerateHeaderSearchArgs()
2962 Opts.ModuleCachePath = std::string(P.str()); in ParseHeaderSearchArgs()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp297 search_opts.ModuleCachePath = std::string(module_cache.str()); in SetupModuleHeaderPaths()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4143 StringRef ModuleCachePath in loadGlobalIndex() local
4146 GlobalModuleIndex::readIndex(ModuleCachePath); in loadGlobalIndex()
5870 HSOpts.ModuleCachePath = ReadString(Record, Idx); in ParseHeaderSearchOptions()
H A DASTWriter.cpp1319 AddString(HSOpts.ModuleCachePath, Record); in WriteControlBlock()