Searched refs:DisablePCHValidation (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | PreprocessorOptions.h | 82 bool DisablePCHValidation = false; variable
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 665 void createPCHExternalASTSource(StringRef Path, bool DisablePCHValidation, 674 StringRef Path, StringRef Sysroot, bool DisablePCHValidation,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | ChainedIncludesSource.cpp | 132 CInvok->getPreprocessorOpts().DisablePCHValidation = true; in createChainedIncludesSource()
|
| H A D | CompilerInstance.cpp | 488 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 D | PrecompiledPreamble.cpp | 698 PreprocessorOpts.DisablePCHValidation = true; in configurePreamble()
|
| H A D | FrontendAction.cpp | 862 CI.getPreprocessorOpts().DisablePCHValidation, in BeginSourceFile()
|
| H A D | CompilerInvocation.cpp | 3087 Opts.DisablePCHValidation = Args.hasArg(OPT_fno_validate_pch); in ParsePreprocessorArgs()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 2636 if (!PP.getPreprocessorOpts().DisablePCHValidation && in ReadControlBlock() 3608 if (!PP.getPreprocessorOpts().DisablePCHValidation && !ModMap) { in ReadModuleMapFileBlock() 5039 if (!PP.getPreprocessorOpts().DisablePCHValidation && in ReadSubmoduleBlock()
|