clang 22.0.0git
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:
[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 3140 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: