clang API Documentation
Abstract interface for receiving TULocations. More...
#include <Handlers.h>
Public Types | |
| typedef TULocation | receiving_type |
Public Member Functions | |
| virtual | ~TULocationHandler () |
| virtual void | Handle (TULocation TULoc)=0 |
Abstract interface for receiving TULocations.
Definition at line 46 of file Handlers.h.
Definition at line 48 of file Handlers.h.
| TULocationHandler::~TULocationHandler | ( | ) | [virtual] |
Definition at line 22 of file Handlers.cpp.
| virtual void clang::idx::TULocationHandler::Handle | ( | TULocation | TULoc | ) | [pure virtual] |