Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp465 Decl *copied_decl = CopyDecl(decl); in FindExternalLexicalDecls() local
467 if (!copied_decl) in FindExternalLexicalDecls()
819 Decl *copied_decl = CopyDecl(result_method); in FindObjCMethodDeclsWithOrigin() local
821 if (!copied_decl) in FindObjCMethodDeclsWithOrigin()
866 copied_decl ? dyn_cast<clang::NamedDecl>(copied_decl) : nullptr; in FindDeclInModules()
910 clang::Decl *copied_decl = CopyDecl(decls[0]); in FindDeclInObjCRuntime() local
912 copied_decl ? dyn_cast<clang::NamedDecl>(copied_decl) : nullptr; in FindDeclInObjCRuntime()
1074 Decl *copied_decl = CopyDecl(method_decl); in FindObjCMethodDecls() local
1076 if (!copied_decl) in FindObjCMethodDecls()
1693 if (!copied_decl) in AddNamespace()
[all …]
H A DClangExpressionDeclMap.cpp1039 clang::Decl *copied_decl = CopyDecl(decl_from_modules); in LookupInModulesDeclVendor() local
1040 if (!copied_decl) { in LookupInModulesDeclVendor()
1046 if (auto copied_function = dyn_cast<clang::FunctionDecl>(copied_decl)) { in LookupInModulesDeclVendor()
1053 } else if (auto copied_var = dyn_cast<clang::VarDecl>(copied_decl)) { in LookupInModulesDeclVendor()
1321 clang::NamedDecl *copied_decl = in LookupFunction() local
1323 if (copied_decl) { in LookupFunction()
1324 context.AddNamedDecl(copied_decl); in LookupFunction()