clang-tools 22.0.0git
clang::doc::TypeInfo Struct Reference

#include <Representation.h>

Inheritance diagram for clang::doc::TypeInfo:
[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
bool IsTemplate = false
bool IsBuiltIn = false

Detailed Description

Definition at line 186 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 188 of file Representation.h.

References Type.

◆ TypeInfo() [3/3]

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

Definition at line 192 of file Representation.h.

References clang::doc::IT_default, and Type.

Member Function Documentation

◆ operator==()

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

Definition at line 195 of file Representation.h.

References Type, and TypeInfo().

Member Data Documentation

◆ IsBuiltIn

◆ IsTemplate

◆ Type


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