Lines Matching defs:Reader

837     for (auto Reader : APINotes.findAPINotes(NamespaceContext->getLocation())) {
853 Reader->lookupNamespaceID(CurrentNamespace->getName(), NamespaceID);
868 for (auto Reader : APINotes.findAPINotes(DC->getLocation())) {
882 auto CtxID = Reader->lookupTagID(CurrentTag->getName(), Ctx);
906 for (auto Reader : APINotes.findAPINotes(D->getLocation())) {
908 Reader->lookupGlobalVariable(VD->getName(), APINotesContext);
918 for (auto Reader : APINotes.findAPINotes(D->getLocation())) {
920 Reader->lookupGlobalFunction(FD->getName(), APINotesContext);
930 for (auto Reader : APINotes.findAPINotes(D->getLocation())) {
931 auto Info = Reader->lookupObjCClassInfo(Class->getName());
940 for (auto Reader : APINotes.findAPINotes(D->getLocation())) {
941 auto Info = Reader->lookupObjCProtocolInfo(Protocol->getName());
982 for (auto Reader : APINotes.findAPINotes(D->getLocation())) {
985 auto Info = Reader->lookupTag(LookupName, APINotesContext);
994 for (auto Reader : APINotes.findAPINotes(D->getLocation())) {
995 auto Info = Reader->lookupTypedef(Typedef->getName(), APINotesContext);
1007 for (auto Reader : APINotes.findAPINotes(D->getLocation())) {
1008 auto Info = Reader->lookupEnumConstant(EnumConstant->getName());
1018 auto GetContext = [&](api_notes::APINotesReader *Reader)
1021 if (auto Found = Reader->lookupObjCProtocolID(Protocol->getName()))
1049 if (auto Found = Reader->lookupObjCClassID(Class->getName()))
1060 for (auto Reader : APINotes.findAPINotes(D->getLocation())) {
1061 if (auto Context = GetContext(Reader)) {
1076 auto Info = Reader->lookupObjCMethod(*Context, SelectorRef,
1085 for (auto Reader : APINotes.findAPINotes(D->getLocation())) {
1086 if (auto Context = GetContext(Reader)) {
1090 auto Info = Reader->lookupObjCProperty(*Context, Property->getName(),
1106 for (auto Reader : APINotes.findAPINotes(D->getLocation())) {
1109 Reader->lookupCXXMethod(Context->id, CXXMethod->getName());
1118 for (auto Reader : APINotes.findAPINotes(D->getLocation())) {
1120 auto Info = Reader->lookupField(Context->id, Field->getName());
1128 for (auto Reader : APINotes.findAPINotes(D->getLocation())) {
1130 auto Info = Reader->lookupTag(Tag->getName(), Context);