Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DHeaderSearchOptions.h219 unsigned ModulesHashContent : 1; variable
237 ModulesValidateDiagnosticOptions(true), ModulesHashContent(false), in Sysroot()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp1203 HSOpts.ModulesHashContent = true;
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp1146 PP.getHeaderSearchInfo().getHeaderSearchOpts().ModulesHashContent) { in writeUnhashedControlBlock()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td6385 MarshallingInfoFlag<HeaderSearchOpts<"ModulesHashContent">>;