Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h103 DisableValidationForModuleKind DisablePCHOrModuleValidation = variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp132 CInvok->getPreprocessorOpts().DisablePCHOrModuleValidation = in createChainedIncludesSource()
H A DPrecompiledPreamble.cpp807 PreprocessorOpts.DisablePCHOrModuleValidation = in configurePreamble()
H A DFrontendAction.cpp878 CI.getPreprocessorOpts().DisablePCHOrModuleValidation, in BeginSourceFile()
H A DCompilerInstance.cpp1530 PPOpts.DisablePCHOrModuleValidation, in createASTReader()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2921 if (!bool(PP.getPreprocessorOpts().DisablePCHOrModuleValidation & in ReadControlBlock()
3942 if (!bool(PP.getPreprocessorOpts().DisablePCHOrModuleValidation & in ReadModuleMapFileBlock()
5558 if (!bool(PP.getPreprocessorOpts().DisablePCHOrModuleValidation & in ReadSubmoduleBlock()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5533 …MarshallingInfoFlag<PreprocessorOpts<"DisablePCHOrModuleValidation">, "DisableValidationForModuleK…