Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
clang 20.0.0git
clang::CommentHandler Class Referenceabstract

Abstract base class that describes a handler that will receive source ranges for each of the comments encountered in the source file. More...

#include "clang/Lex/Preprocessor.h"

Inheritance diagram for clang::CommentHandler:

Public Member Functions

virtual ~CommentHandler ()
 
virtual bool HandleComment (Preprocessor &PP, SourceRange Comment)=0
 

Detailed Description

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 3047 of file Preprocessor.h.

Constructor & Destructor Documentation

◆ ~CommentHandler()

CommentHandler::~CommentHandler ( )
virtualdefault

Member Function Documentation

◆ HandleComment()

virtual bool clang::CommentHandler::HandleComment ( Preprocessor PP,
SourceRange  Comment 
)
pure virtual

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