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

References

tools/clang/lib/Frontend/CompilerInvocation.cpp
 3280   Opts.PCHThroughHeader = Args.getLastArgValue(OPT_pch_through_header_EQ);
tools/clang/lib/Lex/PPLexerChange.cpp
  510         << PPOpts->PCHThroughHeader << 0;
tools/clang/lib/Lex/Preprocessor.cpp
  155   if (!this->PPOpts->PCHThroughHeader.empty() &&
  567   if (!PPOpts->PCHThroughHeader.empty()) {
  572         SourceLocation(), PPOpts->PCHThroughHeader,
  579           << PPOpts->PCHThroughHeader;
  605   return TUKind == TU_Prefix && !PPOpts->PCHThroughHeader.empty() &&
  610   return TUKind != TU_Prefix && !PPOpts->PCHThroughHeader.empty() &&
  661           << PPOpts->PCHThroughHeader << 1;
tools/clang/lib/Serialization/ASTReader.cpp
  709         !ExistingPPOpts.PCHThroughHeader.empty()) {