Searched defs:SingleDeclTableKey (Results 1 – 1 of 1) sorted by relevance
332 struct SingleDeclTableKey { struct336 SingleDeclTableKey() : parentContextID(-1), nameID(-1) {} in SingleDeclTableKey() argument338 SingleDeclTableKey(uint32_t ParentContextID, uint32_t NameID) in SingleDeclTableKey() function341 SingleDeclTableKey(std::optional<Context> ParentCtx, IdentifierID NameID) in SingleDeclTableKey() function351 inline bool operator==(const SingleDeclTableKey &lhs, argument