Lines Matching refs:FoundDecls
2385 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitNamespaceDecl() local
2386 for (auto *FoundDecl : FoundDecls) { in VisitNamespaceDecl()
2510 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitTypedefNameDecl() local
2511 for (auto *FoundDecl : FoundDecls) { in VisitTypedefNameDecl()
2608 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitTypeAliasTemplateDecl() local
2609 for (auto *FoundDecl : FoundDecls) { in VisitTypeAliasTemplateDecl()
2713 auto FoundDecls = in VisitEnumDecl() local
2715 for (auto *FoundDecl : FoundDecls) { in VisitEnumDecl()
2827 auto FoundDecls = in VisitRecordDecl() local
2829 if (!FoundDecls.empty()) { in VisitRecordDecl()
2836 for (auto *FoundDecl : FoundDecls) { in VisitRecordDecl()
3048 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitEnumConstantDecl() local
3049 for (auto *FoundDecl : FoundDecls) { in VisitEnumConstantDecl()
3359 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitFunctionDecl() local
3360 for (auto *FoundDecl : FoundDecls) { in VisitFunctionDecl()
3715 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitFieldDecl() local
3716 for (auto *FoundDecl : FoundDecls) { in VisitFieldDecl()
3802 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitIndirectFieldDecl() local
3803 for (unsigned I = 0, N = FoundDecls.size(); I != N; ++I) { in VisitIndirectFieldDecl()
3804 if (auto *FoundField = dyn_cast<IndirectFieldDecl>(FoundDecls[I])) { in VisitIndirectFieldDecl()
4005 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCIvarDecl() local
4006 for (auto *FoundDecl : FoundDecls) { in VisitObjCIvarDecl()
4073 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitVarDecl() local
4074 for (auto *FoundDecl : FoundDecls) { in VisitVarDecl()
4311 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCMethodDecl() local
4312 for (auto *FoundDecl : FoundDecls) { in VisitObjCMethodDecl()
4622 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCProtocolDecl() local
4623 for (auto *FoundDecl : FoundDecls) { in VisitObjCProtocolDecl()
5145 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCInterfaceDecl() local
5146 for (auto *FoundDecl : FoundDecls) { in VisitObjCInterfaceDecl()
5318 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCPropertyDecl() local
5319 for (auto *FoundDecl : FoundDecls) { in VisitObjCPropertyDecl()
5622 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitClassTemplateDecl() local
5623 for (auto *FoundDecl : FoundDecls) { in VisitClassTemplateDecl()
5907 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitVarTemplateDecl() local
5909 for (auto *FoundDecl : FoundDecls) { in VisitVarTemplateDecl()
6161 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitFunctionTemplateDecl() local
6162 for (auto *FoundDecl : FoundDecls) { in VisitFunctionTemplateDecl()