Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp829 std::optional<api_notes::Context> APINotesContext = in ProcessAPINotes() local
835 Reader->lookupGlobalVariable(VD->getName(), APINotesContext); in ProcessAPINotes()
847 Reader->lookupGlobalFunction(FD->getName(), APINotesContext); in ProcessAPINotes()
902 auto Info = Reader->lookupTag(LookupName, APINotesContext); in ProcessAPINotes()
912 auto Info = Reader->lookupTypedef(Typedef->getName(), APINotesContext); in ProcessAPINotes()