Searched refs:decl_from_modules (Results 1 – 2 of 2) sorted by relevance
859 clang::NamedDecl *const decl_from_modules = decls[0]; in FindDeclInModules() local861 if (llvm::isa<clang::TypeDecl>(decl_from_modules) || in FindDeclInModules()862 llvm::isa<clang::ObjCContainerDecl>(decl_from_modules) || in FindDeclInModules()863 llvm::isa<clang::EnumConstantDecl>(decl_from_modules)) { in FindDeclInModules()864 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()