Searched refs:copied_decl (Results 1 – 2 of 2) sorted by relevance
465 Decl *copied_decl = CopyDecl(decl); in FindExternalLexicalDecls() local467 if (!copied_decl) in FindExternalLexicalDecls()479 if (FieldDecl *copied_field = dyn_cast<FieldDecl>(copied_decl)) { in FindExternalLexicalDecls()770 Decl *copied_decl = CopyDecl(result_method); in FindObjCMethodDeclsWithOrigin() local772 if (!copied_decl) in FindObjCMethodDeclsWithOrigin()775 ObjCMethodDecl *copied_method_decl = dyn_cast<ObjCMethodDecl>(copied_decl); in FindObjCMethodDeclsWithOrigin()815 clang::Decl *copied_decl = CopyDecl(decl_from_modules); in FindDeclInModules() local817 copied_decl ? dyn_cast<clang::NamedDecl>(copied_decl) : nullptr; in FindDeclInModules()861 clang::Decl *copied_decl = CopyDecl(decls[0]); in FindDeclInObjCRuntime() local863 copied_decl ? dyn_cast<clang::NamedDecl>(copied_decl) : nullptr; in FindDeclInObjCRuntime()[all …]
1039 clang::Decl *copied_decl = CopyDecl(decl_from_modules); in LookupInModulesDeclVendor() local1040 if (!copied_decl) { in LookupInModulesDeclVendor()1046 if (auto copied_function = dyn_cast<clang::FunctionDecl>(copied_decl)) { in LookupInModulesDeclVendor()1050 } else if (auto copied_var = dyn_cast<clang::VarDecl>(copied_decl)) { in LookupInModulesDeclVendor()1319 clang::NamedDecl *copied_decl = in LookupFunction() local1321 if (copied_decl) { in LookupFunction()1322 context.AddNamedDecl(copied_decl); in LookupFunction()