Searched refs:findDeclsInToCtx (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTImporter.h | 286 FoundDeclsTy findDeclsInToCtx(DeclContext *DC, DeclarationName Name);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 2352 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitNamespaceDecl() 2477 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitTypedefNameDecl() 2575 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitTypeAliasTemplateDecl() 2679 Importer.findDeclsInToCtx(DC, SearchName); in VisitEnumDecl() 2793 Importer.findDeclsInToCtx(DC, SearchName); in VisitRecordDecl() 3013 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitEnumConstantDecl() 3277 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitFunctionDecl() 3614 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitFieldDecl() 3701 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitIndirectFieldDecl() 3904 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCIvarDecl() [all …]
|