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

References

tools/clang/lib/Frontend/InitPreprocessor.cpp
 1129                                  PP.getPreprocessorOpts(), Builder);
 1132                                PP.getPreprocessorOpts(), Builder);
tools/clang/lib/Lex/Lexer.cpp
 2937   if (!PP || !PP->getPreprocessorOpts().LexEditorPlaceholders || LexingRawMode)
tools/clang/lib/Serialization/ASTReader.cpp
  748   const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts();
  762                                   PP.getPreprocessorOpts(),
 2887         if (!PP.getPreprocessorOpts().DisablePCHValidation &&
 3881     if (!PP.getPreprocessorOpts().DisablePCHValidation && !ModMap) {
 5477           if (!PP.getPreprocessorOpts().DisablePCHValidation &&
tools/clang/lib/Serialization/ASTWriter.cpp
 1690   const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts();
 3307   if (!PP->getPreprocessorOpts().WriteCommentListToPCH)