Searched refs:findDeclsInToCtx (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTImporter.h | 259 FoundDeclsTy findDeclsInToCtx(DeclContext *DC, DeclarationName Name);
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 2862 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitNamespaceDecl() 2987 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitTypedefNameDecl() 3101 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitTypeAliasTemplateDecl() 3209 Importer.findDeclsInToCtx(DC, SearchName); in VisitEnumDecl() 3332 Importer.findDeclsInToCtx(DC, SearchName); in VisitRecordDecl() 3564 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitEnumConstantDecl() 4015 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitFunctionDecl() 4394 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitFieldDecl() 4492 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitIndirectFieldDecl() 4683 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCIvarDecl() [all …]
|