clang API Documentation
Abstract base class that describes a handler that will receive source ranges for each of the comments encountered in the source file. More...
#include <Preprocessor.h>
Public Member Functions | |
virtual | ~CommentHandler () |
virtual bool | HandleComment (Preprocessor &PP, SourceRange Comment)=0 |
Abstract base class that describes a handler that will receive source ranges for each of the comments encountered in the source file.
Definition at line 1598 of file Preprocessor.h.
CommentHandler::~CommentHandler | ( | ) | [virtual] |
Definition at line 847 of file Preprocessor.cpp.
virtual bool clang::CommentHandler::HandleComment | ( | Preprocessor & | PP, |
SourceRange | Comment | ||
) | [pure virtual] |
Implemented in clang::VerifyDiagnosticConsumer.