Home
last modified time | relevance | path

Searched refs:DisablePCHOrModuleValidation (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessorOptions.h105 DisableValidationForModuleKind DisablePCHOrModuleValidation = variable
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DChainedIncludesSource.cpp109 CInvok->getPreprocessorOpts().DisablePCHOrModuleValidation = in createChainedIncludesSource()
H A DPrecompiledPreamble.cpp765 PreprocessorOpts.DisablePCHOrModuleValidation = in configurePreamble()
H A DFrontendAction.cpp982 CI.getPreprocessorOpts().DisablePCHOrModuleValidation, in BeginSourceFile()
H A DCompilerInstance.cpp1683 PPOpts.DisablePCHOrModuleValidation, in createASTReader()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp2950 if (!bool(PP.getPreprocessorOpts().DisablePCHOrModuleValidation & in ReadControlBlock()
3970 if (!bool(PP.getPreprocessorOpts().DisablePCHOrModuleValidation & in ReadModuleMapFileBlock()
5607 if (!bool(PP.getPreprocessorOpts().DisablePCHOrModuleValidation & in ReadSubmoduleBlock()
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td6220 …MarshallingInfoFlag<PreprocessorOpts<"DisablePCHOrModuleValidation">, "DisableValidationForModuleK…