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

Public Member Functions

 RecordIdDsc ()=default
 RecordIdDsc (llvm::StringRef Name, AbbrevDsc Abbrev)
 operator bool () const

Public Attributes

llvm::StringRef Name
AbbrevDsc Abbrev = nullptr

Detailed Description

Definition at line 94 of file BitcodeWriter.cpp.

Constructor & Destructor Documentation

◆ RecordIdDsc() [1/2]

clang::doc::RecordIdDsc::RecordIdDsc ( )
default

◆ RecordIdDsc() [2/2]

clang::doc::RecordIdDsc::RecordIdDsc ( llvm::StringRef Name,
AbbrevDsc Abbrev )
inline

Definition at line 99 of file BitcodeWriter.cpp.

References Abbrev, and Name.

Member Function Documentation

◆ operator bool()

clang::doc::RecordIdDsc::operator bool ( ) const
inline

Definition at line 103 of file BitcodeWriter.cpp.

References Abbrev, and Name.

Member Data Documentation

◆ Abbrev

AbbrevDsc clang::doc::RecordIdDsc::Abbrev = nullptr

Definition at line 96 of file BitcodeWriter.cpp.

Referenced by operator bool(), and RecordIdDsc().

◆ Name

llvm::StringRef clang::doc::RecordIdDsc::Name

Definition at line 95 of file BitcodeWriter.cpp.

Referenced by operator bool(), and RecordIdDsc().


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