Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h111 DisableValidationForModuleKind DisablePCHOrModuleValidation = variable
/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp109 CInvok->getPreprocessorOpts().DisablePCHOrModuleValidation = in createChainedIncludesSource()
H A DPrecompiledPreamble.cpp779 PreprocessorOpts.DisablePCHOrModuleValidation = in configurePreamble()
H A DFrontendAction.cpp995 CI.getPreprocessorOpts().DisablePCHOrModuleValidation, in BeginSourceFile()
H A DCompilerInstance.cpp1730 PPOpts.DisablePCHOrModuleValidation, in createASTReader()
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3385 if (!bool(PP.getPreprocessorOpts().DisablePCHOrModuleValidation & in ReadASTBlock()
4408 if (!bool(PP.getPreprocessorOpts().DisablePCHOrModuleValidation & in SkipCursorToBlock()
6065 if (!bool(PP.getPreprocessorOpts().DisablePCHOrModuleValidation & in ParseLanguageOptions()
/llvm-project/clang/include/clang/Driver/
H A DOptions.td8159 MarshallingInfoFlag<PreprocessorOpts<"DisablePCHOrModuleValidation">, "DisableValidationForModuleKind::None">,