Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2862 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitNamespaceDecl() local
2987 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitTypedefNameDecl() local
3101 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitTypeAliasTemplateDecl() local
3208 auto FoundDecls = in VisitEnumDecl() local
3331 auto FoundDecls = in VisitRecordDecl() local
3564 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitEnumConstantDecl() local
4015 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitFunctionDecl() local
4394 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitFieldDecl() local
4492 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitIndirectFieldDecl() local
4683 auto FoundDecls = Importer.findDeclsInToCtx(DC, Name); in VisitObjCIvarDecl() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp160 llvm::SmallVector<NamedDecl*, 8> FoundDecls; in getDestructorName() local