Lines Matching refs:FoundDecls
2379 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitNamespaceDecl() local
2380 for (auto *FoundDecl : FoundDecls) { in VisitNamespaceDecl()
2504 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitTypedefNameDecl() local
2505 for (auto *FoundDecl : FoundDecls) { in VisitTypedefNameDecl()
2602 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitTypeAliasTemplateDecl() local
2603 for (auto *FoundDecl : FoundDecls) { in VisitTypeAliasTemplateDecl()
2707 auto FoundDecls = in VisitEnumDecl() local
2709 for (auto *FoundDecl : FoundDecls) { in VisitEnumDecl()
2821 auto FoundDecls = in VisitRecordDecl() local
2823 if (!FoundDecls.empty()) { in VisitRecordDecl()
2830 for (auto *FoundDecl : FoundDecls) { in VisitRecordDecl()
3042 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitEnumConstantDecl() local
3043 for (auto *FoundDecl : FoundDecls) { in VisitEnumConstantDecl()
3465 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitFunctionDecl() local
3466 for (auto *FoundDecl : FoundDecls) { in VisitFunctionDecl()
3825 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitFieldDecl() local
3826 for (auto *FoundDecl : FoundDecls) { in VisitFieldDecl()
3912 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitIndirectFieldDecl() local
3913 for (unsigned I = 0, N = FoundDecls.size(); I != N; ++I) { in VisitIndirectFieldDecl()
3914 if (auto *FoundField = dyn_cast<IndirectFieldDecl>(FoundDecls[I])) { in VisitIndirectFieldDecl()
4115 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCIvarDecl() local
4116 for (auto *FoundDecl : FoundDecls) { in VisitObjCIvarDecl()
4183 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitVarDecl() local
4184 for (auto *FoundDecl : FoundDecls) { in VisitVarDecl()
4421 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCMethodDecl() local
4422 for (auto *FoundDecl : FoundDecls) { in VisitObjCMethodDecl()
4732 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCProtocolDecl() local
4733 for (auto *FoundDecl : FoundDecls) { in VisitObjCProtocolDecl()
5256 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCInterfaceDecl() local
5257 for (auto *FoundDecl : FoundDecls) { in VisitObjCInterfaceDecl()
5429 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCPropertyDecl() local
5430 for (auto *FoundDecl : FoundDecls) { in VisitObjCPropertyDecl()
5733 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitClassTemplateDecl() local
5734 for (auto *FoundDecl : FoundDecls) { in VisitClassTemplateDecl()
6042 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitVarTemplateDecl() local
6044 for (auto *FoundDecl : FoundDecls) { in VisitVarTemplateDecl()
6297 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitFunctionTemplateDecl() local
6298 for (auto *FoundDecl : FoundDecls) { in VisitFunctionTemplateDecl()