Searched refs:decl_from_modules (Results 1 – 2 of 2) sorted by relevance
810 clang::NamedDecl *const decl_from_modules = decls[0]; in FindDeclInModules() local812 if (llvm::isa<clang::TypeDecl>(decl_from_modules) || in FindDeclInModules()813 llvm::isa<clang::ObjCContainerDecl>(decl_from_modules) || in FindDeclInModules()814 llvm::isa<clang::EnumConstantDecl>(decl_from_modules)) { in FindDeclInModules()815 clang::Decl *copied_decl = CopyDecl(decl_from_modules); in FindDeclInModules()
1032 clang::NamedDecl *const decl_from_modules = decls[0]; in LookupInModulesDeclVendor() local1039 clang::Decl *copied_decl = CopyDecl(decl_from_modules); in LookupInModulesDeclVendor()