Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/Lex/
H A DHeaderSearch.h174 std::string ModuleCachePath; variable
318 ModuleCachePath = CachePath; in setModuleCachePath()
322 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath()
H A DHeaderSearchOptions.h91 std::string ModuleCachePath; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/
DHeaderSearch.h278 std::string ModuleCachePath; variable
422 ModuleCachePath = std::string(CachePath); in setModuleCachePath()
429 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath()
DHeaderSearchOptions.h115 std::string ModuleCachePath; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/
DHeaderSearch.h278 std::string ModuleCachePath; variable
422 ModuleCachePath = std::string(CachePath); in setModuleCachePath()
429 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath()
DHeaderSearchOptions.h115 std::string ModuleCachePath; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/
DHeaderSearch.h278 std::string ModuleCachePath; variable
422 ModuleCachePath = std::string(CachePath); in setModuleCachePath()
429 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath()
DHeaderSearchOptions.h115 std::string ModuleCachePath; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/
DHeaderSearch.h299 std::string ModuleCachePath; variable
443 ModuleCachePath = std::string(CachePath); in setModuleCachePath()
450 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath()
DHeaderSearchOptions.h115 std::string ModuleCachePath; variable
/aosp_15_r20/external/clang/lib/Frontend/
H A DCompilerInstance.cpp389 SmallString<256> SpecificModuleCache(getHeaderSearchOpts().ModuleCachePath); in getSpecificModuleCachePath()
1212 TimestampFile = HSOpts.ModuleCachePath; in pruneModuleCache()
1241 llvm::sys::path::native(HSOpts.ModuleCachePath, ModuleCachePathNative); in pruneModuleCache()
H A DCompilerInvocation.cpp1361 Opts.ModuleCachePath = Args.getLastArgValue(OPT_fmodules_cache_path); in ParseHeaderSearchArgs()
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReader.cpp3417 StringRef ModuleCachePath in loadGlobalIndex() local
3420 = GlobalModuleIndex::readIndex(ModuleCachePath); in loadGlobalIndex()
4799 HSOpts.ModuleCachePath = ReadString(Record, Idx); in ParseHeaderSearchOptions()
H A DASTWriter.cpp1451 AddString(HSOpts.ModuleCachePath, Record); in WriteControlBlock()