Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp2105 std::optional<IdentifierID> TagID = Implementation->getIdentifier(Name); in lookupTagID() local
2106 if (!TagID) in lookupTagID()
2110 ContextTableKey(ParentCtx, ContextKind::Tag, *TagID)); in lookupTagID()
H A DAPINotesWriter.cpp1446 IdentifierID TagID = Implementation->getIdentifier(Name); in addTag() local
1447 SingleDeclTableKey Key(Ctx, TagID); in addTag()