Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesFormat.h332 struct SingleDeclTableKey { struct
336 SingleDeclTableKey() : parentContextID(-1), nameID(-1) {} in SingleDeclTableKey() argument
338 SingleDeclTableKey(uint32_t ParentContextID, uint32_t NameID) in SingleDeclTableKey() argument
341 SingleDeclTableKey(std::optional<Context> ParentCtx, IdentifierID NameID) in SingleDeclTableKey() function
351 inline bool operator==(const SingleDeclTableKey &lhs, argument