Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessorOptions.h104 DisableValidationForModuleKind DisablePCHOrModuleValidation = variable
/llvm-project-15.0.7/clang/lib/Frontend/
H A DChainedIncludesSource.cpp132 CInvok->getPreprocessorOpts().DisablePCHOrModuleValidation = in createChainedIncludesSource()
H A DPrecompiledPreamble.cpp765 PreprocessorOpts.DisablePCHOrModuleValidation = in configurePreamble()
H A DFrontendAction.cpp967 CI.getPreprocessorOpts().DisablePCHOrModuleValidation, in BeginSourceFile()
H A DCompilerInstance.cpp1669 PPOpts.DisablePCHOrModuleValidation, in createASTReader()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp2960 if (!bool(PP.getPreprocessorOpts().DisablePCHOrModuleValidation & in ReadControlBlock()
3973 if (!bool(PP.getPreprocessorOpts().DisablePCHOrModuleValidation & in ReadModuleMapFileBlock()
5591 if (!bool(PP.getPreprocessorOpts().DisablePCHOrModuleValidation & in ReadSubmoduleBlock()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td6026 …MarshallingInfoFlag<PreprocessorOpts<"DisablePCHOrModuleValidation">, "DisableValidationForModuleK…