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.h314 struct SingleDeclTableKey { struct
318 SingleDeclTableKey() : parentContextID(-1), nameID(-1) {} in SingleDeclTableKey() function
320 SingleDeclTableKey(uint32_t ParentContextID, uint32_t NameID) in SingleDeclTableKey() function
323 SingleDeclTableKey(std::optional<Context> ParentCtx, IdentifierID NameID) in SingleDeclTableKey() argument
333 inline bool operator==(const SingleDeclTableKey &lhs, argument