clang-tools 22.0.0git
|
Public Member Functions | |
RecordIdDsc ()=default | |
RecordIdDsc (llvm::StringRef Name, AbbrevDsc Abbrev) | |
operator bool () const |
Public Attributes | |
llvm::StringRef | Name |
AbbrevDsc | Abbrev = nullptr |
Definition at line 94 of file BitcodeWriter.cpp.
|
default |
|
inline |
Definition at line 99 of file BitcodeWriter.cpp.
|
inline |
Definition at line 103 of file BitcodeWriter.cpp.
AbbrevDsc clang::doc::RecordIdDsc::Abbrev = nullptr |
Definition at line 96 of file BitcodeWriter.cpp.
Referenced by operator bool(), and RecordIdDsc().
llvm::StringRef clang::doc::RecordIdDsc::Name |
Definition at line 95 of file BitcodeWriter.cpp.
Referenced by operator bool(), and RecordIdDsc().