clang 19.0.0git
Public Member Functions | List of all members
clang::EmptylineHandler Class Referenceabstract

Abstract base class that describes a handler that will receive source ranges for empty lines encountered in the source file. More...

#include "clang/Lex/Preprocessor.h"

Inheritance diagram for clang::EmptylineHandler:
Inheritance graph
[legend]

Public Member Functions

virtual ~EmptylineHandler ()
 
virtual void HandleEmptyline (SourceRange Range)=0
 

Detailed Description

Abstract base class that describes a handler that will receive source ranges for empty lines encountered in the source file.

Definition at line 2955 of file Preprocessor.h.

Constructor & Destructor Documentation

◆ ~EmptylineHandler()

EmptylineHandler::~EmptylineHandler ( )
virtualdefault

Member Function Documentation

◆ HandleEmptyline()

virtual void clang::EmptylineHandler::HandleEmptyline ( SourceRange  Range)
pure virtual

Implemented in clang::CoverageSourceInfo.


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