Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearchOptions.h130 unsigned DisableModuleHash : 1; variable
222 : Sysroot(_Sysroot), ModuleFormat("raw"), DisableModuleHash(false), in Sysroot()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp172 StringRef ModuleCacheHash = HSOpts->DisableModuleHash ? "" : getModuleHash(); in getPrebuiltImplicitModuleFileName()
202 if (HSOpts->DisableModuleHash) { in getCachedModuleFileNameImpl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp543 if (!SpecificModuleCache.empty() && !getHeaderSearchOpts().DisableModuleHash) in getSpecificModuleCachePath()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1321 Record.push_back(HSOpts.DisableModuleHash); in WriteControlBlock()
H A DASTReader.cpp5856 HSOpts.DisableModuleHash = Record[Idx++]; in ParseHeaderSearchOptions()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td5618 MarshallingInfoFlag<HeaderSearchOpts<"DisableModuleHash">>;