Home
last modified time | relevance | path

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

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