Searched refs:copied_decl (Results 1 – 2 of 2) sorted by relevance
483 Decl *copied_decl = CopyDecl(decl); in FindExternalLexicalDecls() local485 if (!copied_decl) in FindExternalLexicalDecls()827 Decl *copied_decl = CopyDecl(result_method); in FindObjCMethodDeclsWithOrigin() local829 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() local920 copied_decl ? dyn_cast<clang::NamedDecl>(copied_decl) : nullptr; in FindDeclInObjCRuntime()1092 Decl *copied_decl = CopyDecl(method_decl); in FindObjCMethodDecls() local1094 if (!copied_decl) in FindObjCMethodDecls()1711 if (!copied_decl) in AddNamespace()[all …]
1043 clang::Decl *copied_decl = CopyDecl(decl_from_modules); in LookupInModulesDeclVendor() local1044 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() local1334 if (copied_decl) { in LookupFunction()1335 context.AddNamedDecl(copied_decl); in LookupFunction()