Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DHeaderSearch.h174 std::string ModuleCachePath; variable
318 ModuleCachePath = CachePath; in setModuleCachePath()
322 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath()
DHeaderSearchOptions.h91 std::string ModuleCachePath; variable
/external/clang/lib/Frontend/
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()
DCompilerInvocation.cpp1361 Opts.ModuleCachePath = Args.getLastArgValue(OPT_fmodules_cache_path); in ParseHeaderSearchArgs()
/external/clang/lib/Serialization/
DASTReader.cpp3417 StringRef ModuleCachePath in loadGlobalIndex() local
3420 = GlobalModuleIndex::readIndex(ModuleCachePath); in loadGlobalIndex()
4799 HSOpts.ModuleCachePath = ReadString(Record, Idx); in ParseHeaderSearchOptions()
DASTWriter.cpp1451 AddString(HSOpts.ModuleCachePath, Record); in WriteControlBlock()