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

References

tools/clang/lib/Frontend/ASTUnit.cpp
 1765   PPOpts.AllowPCHWithCompilerErrors = AllowPCHWithCompilerErrors;
tools/clang/lib/Frontend/CompilerInvocation.cpp
 3284   Opts.AllowPCHWithCompilerErrors = Args.hasArg(OPT_fallow_pch_with_errors);
tools/clang/lib/Frontend/FrontendAction.cpp
  863           CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, DeserialListener,
tools/clang/lib/Frontend/FrontendActions.cpp
  115       CI.getPreprocessorOpts().AllowPCHWithCompilerErrors,
  152   if (getCompilerInstance().getPreprocessorOpts().AllowPCHWithCompilerErrors)
tools/clang/tools/libclang/Indexing.cpp
  590   PPOpts.AllowPCHWithCompilerErrors = true;