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

References

tools/clang/include/clang/Lex/Preprocessor.h
  899   PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; }
tools/clang/lib/Lex/PPDirectives.cpp
 1955   if (PPOpts->SingleFileParseMode)
 2902   bool RetainExcludedCB = PPOpts->RetainExcludedConditionalBlocks &&
 2906   if (PPOpts->SingleFileParseMode && !MI) {
 2953   bool RetainExcludedCB = PPOpts->RetainExcludedConditionalBlocks &&
 2957   if (PPOpts->SingleFileParseMode && DER.IncludedUndefinedIds) {
 3024   bool RetainExcludedCB = PPOpts->RetainExcludedConditionalBlocks &&
 3027   if ((PPOpts->SingleFileParseMode && !CI.FoundNonSkip) || RetainExcludedCB) {
 3069   bool RetainExcludedCB = PPOpts->RetainExcludedConditionalBlocks &&
 3072   if ((PPOpts->SingleFileParseMode && !CI.FoundNonSkip) || RetainExcludedCB) {
tools/clang/lib/Lex/PPLexerChange.cpp
  510         << PPOpts->PCHThroughHeader << 0;
tools/clang/lib/Lex/Preprocessor.cpp
  155   if (!this->PPOpts->PCHThroughHeader.empty() &&
  156       !this->PPOpts->ImplicitPCHInclude.empty())
  159   if (this->PPOpts->GeneratePreamble)
  163       this->PPOpts->ExcludedConditionalDirectiveSkipMappings;
  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() &&
  615   return TUKind == TU_Prefix && PPOpts->PCHWithHdrStop;
  619   return TUKind != TU_Prefix && PPOpts->PCHWithHdrStop;
  661           << PPOpts->PCHThroughHeader << 1;
  662     else if (!PPOpts->PCHWithHdrStopCreate)