clang 20.0.0git
|
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"
Public Member Functions | |
virtual | ~EmptylineHandler () |
virtual void | HandleEmptyline (SourceRange Range)=0 |
Abstract base class that describes a handler that will receive source ranges for empty lines encountered in the source file.
Definition at line 3077 of file Preprocessor.h.
|
virtualdefault |
|
pure virtual |
Implemented in clang::CoverageSourceInfo.