class VerbatimBlockLineComment

Declaration

class VerbatimBlockLineComment : public Comment { /* full declaration omitted */ };

Description

A line of text contained in a verbatim block.

Declared at: clang/include/clang/AST/Comment.h:846

Inherits from: Comment

Member Variables

private llvm::StringRef Text

Inherited from Comment:

protected Loc
protected Range
protected

Method Overview

  • public VerbatimBlockLineComment(clang::SourceLocation LocBegin, llvm::StringRef Text)
  • public clang::comments::Comment::child_iterator child_begin() const
  • public clang::comments::Comment::child_iterator child_end() const
  • public static bool classof(const clang::comments::Comment * C)
  • public llvm::StringRef getText() const

Inherited from Comment:

Methods

VerbatimBlockLineComment(
    clang::SourceLocation LocBegin,
    llvm::StringRef Text)

Declared at: clang/include/clang/AST/Comment.h:850

Parameters

clang::SourceLocation LocBegin
llvm::StringRef Text

clang::comments::Comment::child_iterator
child_begin() const

Declared at: clang/include/clang/AST/Comment.h:862

clang::comments::Comment::child_iterator
child_end() const

Declared at: clang/include/clang/AST/Comment.h:864

static bool classof(
    const clang::comments::Comment* C)

Declared at: clang/include/clang/AST/Comment.h:858

Parameters

const clang::comments::Comment* C

llvm::StringRef getText() const

Declared at: clang/include/clang/AST/Comment.h:866