Lines Matching refs:FoundDecls
2318 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitNamespaceDecl() local
2319 for (auto *FoundDecl : FoundDecls) { in VisitNamespaceDecl()
2436 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitTypedefNameDecl() local
2437 for (auto *FoundDecl : FoundDecls) { in VisitTypedefNameDecl()
2527 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitTypeAliasTemplateDecl() local
2528 for (auto *FoundDecl : FoundDecls) { in VisitTypeAliasTemplateDecl()
2630 auto FoundDecls = in VisitEnumDecl() local
2632 for (auto *FoundDecl : FoundDecls) { in VisitEnumDecl()
2731 auto FoundDecls = in VisitRecordDecl() local
2733 if (!FoundDecls.empty()) { in VisitRecordDecl()
2740 for (auto *FoundDecl : FoundDecls) { in VisitRecordDecl()
2950 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitEnumConstantDecl() local
2951 for (auto *FoundDecl : FoundDecls) { in VisitEnumConstantDecl()
3214 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitFunctionDecl() local
3215 for (auto *FoundDecl : FoundDecls) { in VisitFunctionDecl()
3549 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitFieldDecl() local
3550 for (auto *FoundDecl : FoundDecls) { in VisitFieldDecl()
3630 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitIndirectFieldDecl() local
3631 for (unsigned I = 0, N = FoundDecls.size(); I != N; ++I) { in VisitIndirectFieldDecl()
3632 if (auto *FoundField = dyn_cast<IndirectFieldDecl>(FoundDecls[I])) { in VisitIndirectFieldDecl()
3833 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCIvarDecl() local
3834 for (auto *FoundDecl : FoundDecls) { in VisitObjCIvarDecl()
3901 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitVarDecl() local
3902 for (auto *FoundDecl : FoundDecls) { in VisitVarDecl()
4115 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCMethodDecl() local
4116 for (auto *FoundDecl : FoundDecls) { in VisitObjCMethodDecl()
4426 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCProtocolDecl() local
4427 for (auto *FoundDecl : FoundDecls) { in VisitObjCProtocolDecl()
4858 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCInterfaceDecl() local
4859 for (auto *FoundDecl : FoundDecls) { in VisitObjCInterfaceDecl()
5031 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCPropertyDecl() local
5032 for (auto *FoundDecl : FoundDecls) { in VisitObjCPropertyDecl()
5330 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitClassTemplateDecl() local
5331 for (auto *FoundDecl : FoundDecls) { in VisitClassTemplateDecl()
5618 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitVarTemplateDecl() local
5620 for (auto *FoundDecl : FoundDecls) { in VisitVarTemplateDecl()
5871 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitFunctionTemplateDecl() local
5872 for (auto *FoundDecl : FoundDecls) { in VisitFunctionTemplateDecl()