Home
last modified time | relevance | path

Searched refs:ModulesHashContent (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderSearchOptions.h204 unsigned ModulesHashContent : 1; variable
213 ModulesValidateDiagnosticOptions(true), ModulesHashContent(false) {} in Sysroot()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp1084 HSOpts.ModulesHashContent = true;
H A DCompilerInvocation.cpp1943 Opts.ModulesHashContent = Args.hasArg(OPT_fmodules_hash_content); in ParseHeaderSearchArgs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp1413 PP.getHeaderSearchInfo().getHeaderSearchOpts().ModulesHashContent) { in writeUnhashedControlBlock()