reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/ChainedIncludesSource.cpp
  131     CInvok->getPreprocessorOpts().DisablePCHValidation = true;
tools/clang/lib/Frontend/CompilerInstance.cpp
 1499         Sysroot.empty() ? "" : Sysroot.c_str(), PPOpts.DisablePCHValidation,
tools/clang/lib/Frontend/CompilerInvocation.cpp
 3283   Opts.DisablePCHValidation = Args.hasArg(OPT_fno_validate_pch);
tools/clang/lib/Frontend/FrontendAction.cpp
  862             CI.getPreprocessorOpts().DisablePCHValidation,
tools/clang/lib/Frontend/PrecompiledPreamble.cpp
  719   PreprocessorOpts.DisablePCHValidation = true;
tools/clang/lib/Serialization/ASTReader.cpp
 2887         if (!PP.getPreprocessorOpts().DisablePCHValidation &&
 3881     if (!PP.getPreprocessorOpts().DisablePCHValidation && !ModMap) {
 5477           if (!PP.getPreprocessorOpts().DisablePCHValidation &&