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.h278 struct ContextTableKey { struct
283 ContextTableKey() : parentContextID(-1), contextKind(-1), contextID(-1) {} in ContextTableKey() argument
285 ContextTableKey(uint32_t parentContextID, uint8_t contextKind, in ContextTableKey() argument
290 ContextTableKey(std::optional<ContextID> ParentContextID, ContextKind Kind, in ContextTableKey() function
295 ContextTableKey(std::optional<Context> ParentContext, ContextKind Kind, in ContextTableKey() function
307 inline bool operator==(const ContextTableKey &lhs, const ContextTableKey &rhs) { argument