Home
last modified time | relevance | path

Searched refs:lookupTag (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesReader.h203 VersionedInfo<TagInfo> lookupTag(llvm::StringRef Name,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp1048 auto Info = Reader->lookupTag(LookupName, APINotesContext); in ProcessAPINotes()
1193 auto Info = Reader->lookupTag(Tag->getName(), Context); in ProcessAPINotes()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp2293 auto APINotesReader::lookupTag(llvm::StringRef Name, std::optional<Context> Ctx) in lookupTag() function in clang::api_notes::APINotesReader