Searched defs:SingleDeclTableKey (Results 1 – 1 of 1) sorted by relevance
314 struct SingleDeclTableKey { struct318 SingleDeclTableKey() : parentContextID(-1), nameID(-1) {} in SingleDeclTableKey() argument320 SingleDeclTableKey(uint32_t ParentContextID, uint32_t NameID) in SingleDeclTableKey() function323 SingleDeclTableKey(std::optional<Context> ParentCtx, IdentifierID NameID) in SingleDeclTableKey() argument333 inline bool operator==(const SingleDeclTableKey &lhs, argument