Searched refs:findDeclsInToCtx (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTImporter.h | 258 FoundDeclsTy findDeclsInToCtx(DeclContext *DC, DeclarationName Name);
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 2385 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitNamespaceDecl() 2714 Importer.findDeclsInToCtx(DC, SearchName); in VisitEnumDecl() 2828 Importer.findDeclsInToCtx(DC, SearchName); in VisitRecordDecl() 3715 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitFieldDecl() 3802 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitIndirectFieldDecl() 4005 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCIvarDecl() 4311 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCMethodDecl() 4622 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCProtocolDecl() 5145 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCInterfaceDecl() 5318 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCPropertyDecl() [all …]
|