clang  3.7.0
Public Member Functions | Public Attributes | List of all members
clang::comments::InlineCommandComment::Argument Struct Reference

#include <Comment.h>

Collaboration diagram for clang::comments::InlineCommandComment::Argument:
[legend]

Public Member Functions

 Argument (SourceRange Range, StringRef Text)
 

Public Attributes

SourceRange Range
 
StringRef Text
 

Detailed Description

Definition at line 305 of file Comment.h.

Constructor & Destructor Documentation

clang::comments::InlineCommandComment::Argument::Argument ( SourceRange  Range,
StringRef  Text 
)
inline

Definition at line 309 of file Comment.h.

Member Data Documentation

SourceRange clang::comments::InlineCommandComment::Argument::Range

Definition at line 306 of file Comment.h.

StringRef clang::comments::InlineCommandComment::Argument::Text

Definition at line 307 of file Comment.h.


The documentation for this struct was generated from the following file: