class CommentHandler

Declaration

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

Description

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

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

Method Overview

Methods

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

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

Parameters

clang::Preprocessor& PP
clang::SourceRange Comment

virtual ~CommentHandler()

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