Home
last modified time | relevance | path

Searched refs:decl_from_modules (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp912 clang::NamedDecl *const decl_from_modules = decls[0]; in FindExternalVisibleDecls() local
914 if (llvm::isa<clang::TypeDecl>(decl_from_modules) || in FindExternalVisibleDecls()
915 llvm::isa<clang::ObjCContainerDecl>(decl_from_modules) || in FindExternalVisibleDecls()
916 llvm::isa<clang::EnumConstantDecl>(decl_from_modules)) { in FindExternalVisibleDecls()
917 clang::Decl *copied_decl = CopyDecl(decl_from_modules); in FindExternalVisibleDecls()
H A DClangExpressionDeclMap.cpp1473 clang::NamedDecl *const decl_from_modules = decls[0]; in FindExternalVisibleDecls() local
1475 if (llvm::isa<clang::FunctionDecl>(decl_from_modules)) { in FindExternalVisibleDecls()
1482 clang::Decl *copied_decl = CopyDecl(decl_from_modules); in FindExternalVisibleDecls()
1502 } else if (llvm::isa<clang::VarDecl>(decl_from_modules)) { in FindExternalVisibleDecls()
1509 clang::Decl *copied_decl = CopyDecl(decl_from_modules); in FindExternalVisibleDecls()