Home
last modified time | relevance | path

Searched refs:DisablePCHValidation (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessorOptions.h82 bool DisablePCHValidation = false; variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h665 void createPCHExternalASTSource(StringRef Path, bool DisablePCHValidation,
674 StringRef Path, StringRef Sysroot, bool DisablePCHValidation,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DChainedIncludesSource.cpp132 CInvok->getPreprocessorOpts().DisablePCHValidation = true; in createChainedIncludesSource()
H A DCompilerInstance.cpp488 StringRef Path, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, in createPCHExternalASTSource() argument
492 Path, getHeaderSearchOpts().Sysroot, DisablePCHValidation, in createPCHExternalASTSource()
504 StringRef Path, StringRef Sysroot, bool DisablePCHValidation, in createPCHExternalASTSource() argument
516 Sysroot.empty() ? "" : Sysroot.data(), DisablePCHValidation, in createPCHExternalASTSource()
1485 Sysroot.empty() ? "" : Sysroot.c_str(), PPOpts.DisablePCHValidation, in createModuleManager()
H A DPrecompiledPreamble.cpp698 PreprocessorOpts.DisablePCHValidation = true; in configurePreamble()
H A DFrontendAction.cpp862 CI.getPreprocessorOpts().DisablePCHValidation, in BeginSourceFile()
H A DCompilerInvocation.cpp3087 Opts.DisablePCHValidation = Args.hasArg(OPT_fno_validate_pch); in ParsePreprocessorArgs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp2636 if (!PP.getPreprocessorOpts().DisablePCHValidation && in ReadControlBlock()
3608 if (!PP.getPreprocessorOpts().DisablePCHValidation && !ModMap) { in ReadModuleMapFileBlock()
5039 if (!PP.getPreprocessorOpts().DisablePCHValidation && in ReadSubmoduleBlock()