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

Declarations

tools/clang/include/clang/Frontend/Utils.h
   59 class PreprocessorOutputOptions;
tools/clang/include/clang/Rewrite/Frontend/Rewriters.h
   20 class PreprocessorOutputOptions;
tools/lldb/include/lldb/Core/ClangForward.h
   95 class PreprocessorOutputOptions;

References

tools/clang/include/clang/Frontend/CompilerInstance.h
  320   PreprocessorOutputOptions &getPreprocessorOutputOpts() {
  323   const PreprocessorOutputOptions &getPreprocessorOutputOpts() const {
tools/clang/include/clang/Frontend/CompilerInvocation.h
  140   PreprocessorOutputOptions PreprocessorOutputOpts;
  216   PreprocessorOutputOptions &getPreprocessorOutputOpts() {
  220   const PreprocessorOutputOptions &getPreprocessorOutputOpts() const {
tools/clang/include/clang/Frontend/Utils.h
   75                               const PreprocessorOutputOptions &Opts);
tools/clang/include/clang/Rewrite/Frontend/Rewriters.h
   30                             const PreprocessorOutputOptions &Opts);
tools/clang/lib/Frontend/CompilerInvocation.cpp
 3367 static void ParsePreprocessorOutputArgs(PreprocessorOutputOptions &Opts,
tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp
  859                                      const PreprocessorOutputOptions &Opts) {
tools/clang/lib/Frontend/Rewrite/InclusionRewriter.cpp
  539                                    const PreprocessorOutputOptions &Opts) {