clang-tools 19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::doc::TypeInfo Struct Reference

#include <Representation.h>

Inheritance diagram for clang::doc::TypeInfo:
Inheritance graph
[legend]

Public Member Functions

 TypeInfo ()=default
 
 TypeInfo (const Reference &R)
 
 TypeInfo (StringRef Name, StringRef Path=StringRef())
 
bool operator== (const TypeInfo &Other) const
 

Public Attributes

Reference Type
 

Detailed Description

Definition at line 151 of file Representation.h.

Constructor & Destructor Documentation

◆ TypeInfo() [1/3]

clang::doc::TypeInfo::TypeInfo ( )
default

◆ TypeInfo() [2/3]

clang::doc::TypeInfo::TypeInfo ( const Reference R)
inline

Definition at line 153 of file Representation.h.

◆ TypeInfo() [3/3]

clang::doc::TypeInfo::TypeInfo ( StringRef  Name,
StringRef  Path = StringRef() 
)
inline

Definition at line 157 of file Representation.h.

Member Function Documentation

◆ operator==()

bool clang::doc::TypeInfo::operator== ( const TypeInfo Other) const
inline

Definition at line 160 of file Representation.h.

References Type.

Member Data Documentation

◆ Type

Reference clang::doc::TypeInfo::Type

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