Searched refs:findDeclsInToCtx (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTImporter.h | 258 FoundDeclsTy findDeclsInToCtx(DeclContext *DC, DeclarationName Name);
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 2592 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitNamespaceDecl() 2717 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitTypedefNameDecl() 2831 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitTypeAliasTemplateDecl() 2939 Importer.findDeclsInToCtx(DC, SearchName); in VisitEnumDecl() 3062 Importer.findDeclsInToCtx(DC, SearchName); in VisitRecordDecl() 3293 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitEnumConstantDecl() 3746 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitFunctionDecl() 4119 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitFieldDecl() 4223 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitIndirectFieldDecl() 4410 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCIvarDecl() [all …]
|