Searched refs:TagID (Results 1 – 2 of 2) sorted by relevance
2105 std::optional<IdentifierID> TagID = Implementation->getIdentifier(Name); in lookupTagID() local2106 if (!TagID) in lookupTagID()2110 ContextTableKey(ParentCtx, ContextKind::Tag, *TagID)); in lookupTagID()
1446 IdentifierID TagID = Implementation->getIdentifier(Name); in addTag() local1447 SingleDeclTableKey Key(Ctx, TagID); in addTag()