Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DHeaderSearchOptions.h212 unsigned ModulesHashContent : 1; variable
230 ModulesValidateDiagnosticOptions(true), ModulesHashContent(false), in Sysroot()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp1116 HSOpts.ModulesHashContent = true;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriter.cpp1064 PP.getHeaderSearchInfo().getHeaderSearchOpts().ModulesHashContent) { in writeUnhashedControlBlock()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DOptions.td5689 MarshallingInfoFlag<HeaderSearchOpts<"ModulesHashContent">>;