Searched defs:FoundDecls (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/unittests/AST/ |
H A D | ASTImporterFixtures.cpp | 160 SmallVector<NamedDecl *, 1> FoundDecls; in getImportedDecl() local
|
H A D | ASTImporterTest.cpp | 5583 SmallVector<NamedDecl *, 2> FoundDecls; TEST_P() local 5619 SmallVector<NamedDecl *, 2> FoundDecls; TEST_P() local 5962 SmallVector<NamedDecl *, 2> FoundDecls; TEST_P() local 6046 SmallVector<NamedDecl *, 2> FoundDecls; TEST_P() local [all...] |
/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 2592 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); VisitNamespaceDecl() local 2717 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); VisitTypedefNameDecl() local 2831 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); VisitTypeAliasTemplateDecl() local 2938 auto FoundDecls = VisitEnumDecl() local 3056 auto FoundDecls = VisitRecordDecl() local 3288 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); VisitEnumConstantDecl() local 3741 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); VisitFunctionDecl() local 4114 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); VisitFieldDecl() local 4218 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); VisitIndirectFieldDecl() local 4405 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); VisitObjCIvarDecl() local 4473 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); VisitVarDecl() local 4728 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); VisitObjCMethodDecl() local 5044 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); VisitObjCProtocolDecl() local 5568 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); VisitObjCInterfaceDecl() local 5741 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); VisitObjCPropertyDecl() local 6043 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); VisitClassTemplateDecl() local 6365 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); VisitVarTemplateDecl() local 6643 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); VisitFunctionTemplateDecl() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 181 llvm::SmallVector<NamedDecl*, 8> FoundDecls; getDestructorName() local [all...] |