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.cpp965 std::optional<api_notes::Context> APINotesContext = in ProcessAPINotes() local
971 Reader->lookupGlobalVariable(VD->getName(), APINotesContext); in ProcessAPINotes()
983 Reader->lookupGlobalFunction(FD->getName(), APINotesContext); in ProcessAPINotes()
1047 APINotesContext = UnwindTagContext(ParentTag, APINotes); in ProcessAPINotes()
1048 auto Info = Reader->lookupTag(LookupName, APINotesContext); in ProcessAPINotes()
1058 auto Info = Reader->lookupTypedef(Typedef->getName(), APINotesContext); in ProcessAPINotes()