Home
last modified time | relevance | path

Searched refs:TagID (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp2281 std::optional<IdentifierID> TagID = Implementation->getIdentifier(Name); in lookupTagID() local
2282 if (!TagID) in lookupTagID()
2286 ContextTableKey(ParentCtx, ContextKind::Tag, *TagID)); in lookupTagID()
H A DAPINotesWriter.cpp1558 IdentifierID TagID = Implementation->getIdentifier(Name); in addTag() local
1559 SingleDeclTableKey Key(Ctx, TagID); in addTag()