Home
last modified time | relevance | path

Searched defs:FoundDecls (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/AST/
DASTImporter.cpp2479 SmallVector<NamedDecl *, 2> FoundDecls; in VisitNamespaceDecl() local
2545 SmallVector<NamedDecl *, 2> FoundDecls; in VisitTypedefNameDecl() local
2661 SmallVector<NamedDecl *, 2> FoundDecls; in VisitEnumDecl() local
2750 SmallVector<NamedDecl *, 2> FoundDecls; in VisitRecordDecl() local
2899 SmallVector<NamedDecl *, 2> FoundDecls; in VisitEnumConstantDecl() local
2954 SmallVector<NamedDecl *, 2> FoundDecls; in VisitFunctionDecl() local
3184 SmallVector<NamedDecl *, 2> FoundDecls; in VisitFieldDecl() local
3248 SmallVector<NamedDecl *, 2> FoundDecls; in VisitIndirectFieldDecl() local
3318 SmallVector<NamedDecl *, 2> FoundDecls; in VisitObjCIvarDecl() local
3376 SmallVector<NamedDecl *, 2> FoundDecls; in VisitVarDecl() local
[all …]
/external/llvm-project/clang/unittests/AST/
DASTImporterFixtures.cpp160 SmallVector<NamedDecl *, 1> FoundDecls; in getImportedDecl() local
DASTImporterTest.cpp4243 SmallVector<NamedDecl *, 2> FoundDecls; in TEST_P() local
4279 SmallVector<NamedDecl *, 2> FoundDecls; in TEST_P() local
4589 SmallVector<NamedDecl *, 2> FoundDecls; in TEST_P() local
4673 SmallVector<NamedDecl *, 2> FoundDecls; in TEST_P() local
/external/clang/unittests/AST/
DASTImporterTest.cpp84 SmallVector<NamedDecl *, 4> FoundDecls; in testImport() local
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp2318 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitNamespaceDecl() local
2436 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitTypedefNameDecl() local
2527 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitTypeAliasTemplateDecl() local
2630 auto FoundDecls = in VisitEnumDecl() local
2731 auto FoundDecls = in VisitRecordDecl() local
2950 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitEnumConstantDecl() local
3214 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitFunctionDecl() local
3549 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitFieldDecl() local
3630 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitIndirectFieldDecl() local
3833 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCIvarDecl() local
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp174 llvm::SmallVector<NamedDecl*, 8> FoundDecls; in getDestructorName() local