Lines Matching refs:FoundDecls

2592     auto FoundDecls = Importer.findDeclsInToCtx(DC, Name);  in VisitNamespaceDecl()  local
2593 for (auto *FoundDecl : FoundDecls) { in VisitNamespaceDecl()
2717 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitTypedefNameDecl() local
2718 for (auto *FoundDecl : FoundDecls) { in VisitTypedefNameDecl()
2831 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitTypeAliasTemplateDecl() local
2832 for (auto *FoundDecl : FoundDecls) { in VisitTypeAliasTemplateDecl()
2938 auto FoundDecls = in VisitEnumDecl() local
2940 for (auto *FoundDecl : FoundDecls) { in VisitEnumDecl()
3061 auto FoundDecls = in VisitRecordDecl() local
3063 if (!FoundDecls.empty()) { in VisitRecordDecl()
3070 for (auto *FoundDecl : FoundDecls) { in VisitRecordDecl()
3293 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitEnumConstantDecl() local
3294 for (auto *FoundDecl : FoundDecls) { in VisitEnumConstantDecl()
3746 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitFunctionDecl() local
3747 for (auto *FoundDecl : FoundDecls) { in VisitFunctionDecl()
4119 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitFieldDecl() local
4120 for (auto *FoundDecl : FoundDecls) { in VisitFieldDecl()
4223 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitIndirectFieldDecl() local
4224 for (unsigned I = 0, N = FoundDecls.size(); I != N; ++I) { in VisitIndirectFieldDecl()
4225 if (auto *FoundField = dyn_cast<IndirectFieldDecl>(FoundDecls[I])) { in VisitIndirectFieldDecl()
4410 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCIvarDecl() local
4411 for (auto *FoundDecl : FoundDecls) { in VisitObjCIvarDecl()
4478 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitVarDecl() local
4479 for (auto *FoundDecl : FoundDecls) { in VisitVarDecl()
4733 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCMethodDecl() local
4734 for (auto *FoundDecl : FoundDecls) { in VisitObjCMethodDecl()
5049 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCProtocolDecl() local
5050 for (auto *FoundDecl : FoundDecls) { in VisitObjCProtocolDecl()
5573 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCInterfaceDecl() local
5574 for (auto *FoundDecl : FoundDecls) { in VisitObjCInterfaceDecl()
5746 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCPropertyDecl() local
5747 for (auto *FoundDecl : FoundDecls) { in VisitObjCPropertyDecl()
6048 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitClassTemplateDecl() local
6049 for (auto *FoundDecl : FoundDecls) { in VisitClassTemplateDecl()
6370 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitVarTemplateDecl() local
6372 for (auto *FoundDecl : FoundDecls) { in VisitVarTemplateDecl()
6648 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitFunctionTemplateDecl() local
6649 for (auto *FoundDecl : FoundDecls) { in VisitFunctionTemplateDecl()