Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesFormat.h296 struct ContextTableKey { struct
301 ContextTableKey() : parentContextID(-1), contextKind(-1), contextID(-1) {} in ContextTableKey() argument
303 ContextTableKey(uint32_t parentContextID, uint8_t contextKind, in ContextTableKey() function
308 ContextTableKey(std::optional<ContextID> ParentContextID, ContextKind Kind, in ContextTableKey() function
313 ContextTableKey(std::optional<Context> ParentContext, ContextKind Kind, in ContextTableKey() function
325 inline bool operator==(const ContextTableKey &lhs, const ContextTableKey &rhs) { argument