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

References

tools/clang/lib/Frontend/CompilerInvocation.cpp
 3277   Opts.PCHWithHdrStop = Args.hasArg(OPT_pch_through_hdrstop_create) ||
tools/clang/lib/Lex/Preprocessor.cpp
  615   return TUKind == TU_Prefix && PPOpts->PCHWithHdrStop;
  619   return TUKind != TU_Prefix && PPOpts->PCHWithHdrStop;