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
320 ModuleCachePath = CachePath; in setModuleCachePath()
324 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath()
DHeaderSearchOptions.h91 std::string ModuleCachePath; variable
/external/clang/lib/Frontend/
DCompilerInstance.cpp383 SmallString<256> SpecificModuleCache(getHeaderSearchOpts().ModuleCachePath); in getSpecificModuleCachePath()
1176 TimestampFile = HSOpts.ModuleCachePath; in pruneModuleCache()
1205 llvm::sys::path::native(HSOpts.ModuleCachePath, ModuleCachePathNative); in pruneModuleCache()
DCompilerInvocation.cpp1194 Opts.ModuleCachePath = Args.getLastArgValue(OPT_fmodules_cache_path); in ParseHeaderSearchArgs()
/external/clang/lib/Serialization/
DASTReader.cpp3413 StringRef ModuleCachePath in loadGlobalIndex() local
3416 = GlobalModuleIndex::readIndex(ModuleCachePath); in loadGlobalIndex()
4776 HSOpts.ModuleCachePath = ReadString(Record, Idx); in ParseHeaderSearchOptions()
DASTWriter.cpp1394 AddString(HSOpts.ModuleCachePath, Record); in WriteControlBlock()