Searched refs:decl_from_modules (Results 1 – 2 of 2) sorted by relevance
867 clang::NamedDecl *const decl_from_modules = decls[0]; in FindDeclInModules() local869 if (llvm::isa<clang::TypeDecl>(decl_from_modules) || in FindDeclInModules()870 llvm::isa<clang::ObjCContainerDecl>(decl_from_modules) || in FindDeclInModules()871 llvm::isa<clang::EnumConstantDecl>(decl_from_modules)) { in FindDeclInModules()872 clang::Decl *copied_decl = CopyDecl(decl_from_modules); in FindDeclInModules()
1037 clang::NamedDecl *const decl_from_modules = decls[0]; in LookupInModulesDeclVendor() local1044 clang::Decl *copied_decl = CopyDecl(decl_from_modules); in LookupInModulesDeclVendor()