struct RawComment::CommentLine

Declaration

struct RawComment::CommentLine { /* full declaration omitted */ };

Declared at: clang/include/clang/AST/RawCommentList.h:142

Member Variables

public std::string Text
public clang::PresumedLoc Begin
public clang::PresumedLoc End

Method Overview

  • public CommentLine(llvm::StringRef Text, clang::PresumedLoc Begin, clang::PresumedLoc End)

Methods

ΒΆCommentLine(llvm::StringRef Text,
            clang::PresumedLoc Begin,
            clang::PresumedLoc End)

Declared at: clang/include/clang/AST/RawCommentList.h:147

Parameters

llvm::StringRef Text
clang::PresumedLoc Begin
clang::PresumedLoc End