|
clang 23.0.0git
|
#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/APINotes/APINotesFormat.h"
Public Member Functions | |
| FunctionTableKey () | |
| FunctionTableKey (uint32_t ParentContextID, uint32_t NameID) | |
| FunctionTableKey (uint32_t ParentContextID, uint32_t NameID, const llvm::SmallVectorImpl< IdentifierID > &ParameterTypeIDs) | |
| FunctionTableKey (std::optional< Context > ParentCtx, IdentifierID NameID) | |
| FunctionTableKey (std::optional< Context > ParentCtx, IdentifierID NameID, const llvm::SmallVectorImpl< IdentifierID > &ParameterTypeIDs) | |
| llvm::hash_code | hashValue () const |
Public Attributes | |
| uint32_t | parentContextID |
| uint32_t | nameID |
| std::optional< llvm::SmallVector< IdentifierID, 2 > > | parameterTypeIDs |
Definition at line 368 of file APINotesFormat.h.
|
inline |
Definition at line 373 of file APINotesFormat.h.
References nameID, and parentContextID.
|
inline |
Definition at line 375 of file APINotesFormat.h.
References nameID, parentContextID, and uint32_t.
|
inline |
Definition at line 378 of file APINotesFormat.h.
References nameID, parameterTypeIDs, parentContextID, and uint32_t.
|
inline |
Definition at line 384 of file APINotesFormat.h.
References nameID, parentContextID, and uint32_t.
|
inline |
Definition at line 389 of file APINotesFormat.h.
References nameID, parameterTypeIDs, parentContextID, and uint32_t.
|
inline |
Definition at line 397 of file APINotesFormat.h.
References nameID, parameterTypeIDs, and parentContextID.
Referenced by llvm::DenseMapInfo< clang::api_notes::FunctionTableKey >::getHashValue().
| uint32_t clang::api_notes::FunctionTableKey::nameID |
Definition at line 370 of file APINotesFormat.h.
Referenced by FunctionTableKey(), FunctionTableKey(), FunctionTableKey(), FunctionTableKey(), FunctionTableKey(), hashValue(), and clang::api_notes::operator==().
| std::optional<llvm::SmallVector<IdentifierID, 2> > clang::api_notes::FunctionTableKey::parameterTypeIDs |
Definition at line 371 of file APINotesFormat.h.
Referenced by FunctionTableKey(), FunctionTableKey(), hashValue(), and clang::api_notes::operator==().
| uint32_t clang::api_notes::FunctionTableKey::parentContextID |
Definition at line 369 of file APINotesFormat.h.
Referenced by FunctionTableKey(), FunctionTableKey(), FunctionTableKey(), FunctionTableKey(), FunctionTableKey(), hashValue(), and clang::api_notes::operator==().