Home
last modified time | relevance | path

Searched defs:ContextTableKey (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesFormat.h257 struct ContextTableKey { struct
262 ContextTableKey() : parentContextID(-1), contextKind(-1), contextID(-1) {} in ContextTableKey() argument
264 ContextTableKey(uint32_t parentContextID, uint8_t contextKind, in ContextTableKey() function
269 ContextTableKey(std::optional<Context> context, IdentifierID nameID) in ContextTableKey() function
281 inline bool operator==(const ContextTableKey &lhs, const ContextTableKey &rhs) { argument