Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h111 DisableValidationForModuleKind DisablePCHOrModuleValidation = variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp109 CInvok->getPreprocessorOpts().DisablePCHOrModuleValidation = in createChainedIncludesSource()
H A DPrecompiledPreamble.cpp777 PreprocessorOpts.DisablePCHOrModuleValidation = in configurePreamble()
H A DFrontendAction.cpp1144 CI.getPreprocessorOpts().DisablePCHOrModuleValidation, in BeginSourceFile()
H A DCompilerInstance.cpp1751 PPOpts.DisablePCHOrModuleValidation, in createASTReader()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3431 if (!bool(PP.getPreprocessorOpts().DisablePCHOrModuleValidation & in ReadControlBlock()
4454 if (!bool(PP.getPreprocessorOpts().DisablePCHOrModuleValidation & in ReadModuleMapFileBlock()
6129 if (!bool(PP.getPreprocessorOpts().DisablePCHOrModuleValidation & in ReadSubmoduleBlock()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td8421 …MarshallingInfoFlag<PreprocessorOpts<"DisablePCHOrModuleValidation">, "DisableValidationForModuleK…