Searched refs:lookupTag (Results 1 – 3 of 3) sorted by relevance
203 VersionedInfo<TagInfo> lookupTag(llvm::StringRef Name,
1048 auto Info = Reader->lookupTag(LookupName, APINotesContext); in ProcessAPINotes()1193 auto Info = Reader->lookupTag(Tag->getName(), Context); in ProcessAPINotes()
2293 auto APINotesReader::lookupTag(llvm::StringRef Name, std::optional<Context> Ctx) in lookupTag() function in clang::api_notes::APINotesReader