Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp483 Decl *copied_decl = CopyDecl(decl); in FindExternalLexicalDecls() local
485 if (!copied_decl) in FindExternalLexicalDecls()
827 Decl *copied_decl = CopyDecl(result_method); in FindObjCMethodDeclsWithOrigin() local
829 if (!copied_decl) in FindObjCMethodDeclsWithOrigin()
874 copied_decl ? dyn_cast<clang::NamedDecl>(copied_decl) : nullptr; in FindDeclInModules()
918 clang::Decl *copied_decl = CopyDecl(decls[0]); in FindDeclInObjCRuntime() local
920 copied_decl ? dyn_cast<clang::NamedDecl>(copied_decl) : nullptr; in FindDeclInObjCRuntime()
1092 Decl *copied_decl = CopyDecl(method_decl); in FindObjCMethodDecls() local
1094 if (!copied_decl) in FindObjCMethodDecls()
1711 if (!copied_decl) in AddNamespace()
[all …]
H A DClangExpressionDeclMap.cpp1043 clang::Decl *copied_decl = CopyDecl(decl_from_modules); in LookupInModulesDeclVendor() local
1044 if (!copied_decl) { in LookupInModulesDeclVendor()
1050 if (auto copied_function = dyn_cast<clang::FunctionDecl>(copied_decl)) { in LookupInModulesDeclVendor()
1057 } else if (auto copied_var = dyn_cast<clang::VarDecl>(copied_decl)) { in LookupInModulesDeclVendor()
1332 clang::NamedDecl *copied_decl = in LookupFunction() local
1334 if (copied_decl) { in LookupFunction()
1335 context.AddNamedDecl(copied_decl); in LookupFunction()