Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearchOptions.h212 unsigned ModulesHashContent : 1; variable
230 ModulesValidateDiagnosticOptions(true), ModulesHashContent(false), in Sysroot()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1099 HSOpts.ModulesHashContent = true;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1064 PP.getHeaderSearchInfo().getHeaderSearchOpts().ModulesHashContent) { in writeUnhashedControlBlock()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td5621 MarshallingInfoFlag<HeaderSearchOpts<"ModulesHashContent">>;