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