Home
last modified time | relevance | path

Searched refs:ModulesValidateSystemHeaders (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearchOptions.h201 unsigned ModulesValidateSystemHeaders : 1; variable
228 ModulesValidateSystemHeaders(false), in Sysroot()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp591 HSOpts.ModulesValidateSystemHeaders, HSOpts.ValidateASTInputFilesContent, in createPCHExternalASTSource()
1515 /*AllowConfigurationMismatch=*/false, HSOpts.ModulesValidateSystemHeaders, in createASTReader()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td2077 HeaderSearchOpts<"ModulesValidateSystemHeaders">, DefaultFalse,