clang  10.0.0git
Public Member Functions | Protected Member Functions | List of all members
clang::PrintingCallbacks Class Reference

Callbacks to use to customize the behavior of the pretty-printer. More...

#include "clang/AST/PrettyPrinter.h"

Public Member Functions

virtual std::string remapPath (StringRef Path) const
 Remap a path to a form suitable for printing. More...
 

Protected Member Functions

 ~PrintingCallbacks ()=default
 

Detailed Description

Callbacks to use to customize the behavior of the pretty-printer.

Definition at line 33 of file PrettyPrinter.h.

Constructor & Destructor Documentation

◆ ~PrintingCallbacks()

clang::PrintingCallbacks::~PrintingCallbacks ( )
protecteddefault

Member Function Documentation

◆ remapPath()

virtual std::string clang::PrintingCallbacks::remapPath ( StringRef  Path) const
inlinevirtual

Remap a path to a form suitable for printing.

Definition at line 39 of file PrettyPrinter.h.


The documentation for this class was generated from the following file: