Searched refs:TagID (Results 1 – 2 of 2) sorted by relevance
2281 std::optional<IdentifierID> TagID = Implementation->getIdentifier(Name); in lookupTagID() local2282 if (!TagID) in lookupTagID()2286 ContextTableKey(ParentCtx, ContextKind::Tag, *TagID)); in lookupTagID()
1558 IdentifierID TagID = Implementation->getIdentifier(Name); in addTag() local1559 SingleDeclTableKey Key(Ctx, TagID); in addTag()