class EmptylineHandler

Declaration

class EmptylineHandler { /* full declaration omitted */ };

Description

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

Declared at: clang/include/clang/Lex/Preprocessor.h:2691

Method Overview

Methods

virtual void HandleEmptyline(
    clang::SourceRange Range)

Declared at: clang/include/clang/Lex/Preprocessor.h:2696

Parameters

clang::SourceRange Range

virtual ~EmptylineHandler()

Declared at: clang/include/clang/Lex/Preprocessor.h:2693