Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp464 Decl *copied_decl = CopyDecl(decl); in FindExternalLexicalDecls() local
466 if (!copied_decl) in FindExternalLexicalDecls()
478 if (FieldDecl *copied_field = dyn_cast<FieldDecl>(copied_decl)) { in FindExternalLexicalDecls()
769 Decl *copied_decl = CopyDecl(result_method); in FindObjCMethodDeclsWithOrigin() local
771 if (!copied_decl) in FindObjCMethodDeclsWithOrigin()
774 ObjCMethodDecl *copied_method_decl = dyn_cast<ObjCMethodDecl>(copied_decl); in FindObjCMethodDeclsWithOrigin()
814 clang::Decl *copied_decl = CopyDecl(decl_from_modules); in FindDeclInModules() local
816 copied_decl ? dyn_cast<clang::NamedDecl>(copied_decl) : nullptr; in FindDeclInModules()
860 clang::Decl *copied_decl = CopyDecl(decls[0]); in FindDeclInObjCRuntime() local
862 copied_decl ? dyn_cast<clang::NamedDecl>(copied_decl) : nullptr; in FindDeclInObjCRuntime()
[all …]
H A DClangExpressionDeclMap.cpp1038 clang::Decl *copied_decl = CopyDecl(decl_from_modules); in LookupInModulesDeclVendor() local
1039 if (!copied_decl) { in LookupInModulesDeclVendor()
1045 if (auto copied_function = dyn_cast<clang::FunctionDecl>(copied_decl)) { in LookupInModulesDeclVendor()
1051 } else if (auto copied_var = dyn_cast<clang::VarDecl>(copied_decl)) { in LookupInModulesDeclVendor()
1318 clang::NamedDecl *copied_decl = in LookupFunction() local
1320 if (copied_decl) { in LookupFunction()
1321 context.AddNamedDecl(copied_decl); in LookupFunction()