Searched refs:new_class_template (Results 1 – 1 of 1) sorted by relevance
222 ClassTemplateDecl *new_class_template = nullptr; in tryInstantiateStdTemplate() local224 if ((new_class_template = dyn_cast<ClassTemplateDecl>(LD))) in tryInstantiateStdTemplate()227 if (!new_class_template) in tryInstantiateStdTemplate()267 new_class_template->findSpecialization(imported_args, InsertPos); in tryInstantiateStdTemplate()279 new_class_template->getTemplatedDecl()->getTagKind(), in tryInstantiateStdTemplate()280 new_class_template->getDeclContext(), in tryInstantiateStdTemplate()281 new_class_template->getTemplatedDecl()->getLocation(), in tryInstantiateStdTemplate()282 new_class_template->getLocation(), new_class_template, imported_args, in tryInstantiateStdTemplate()285 new_class_template->AddSpecialization(result, InsertPos); in tryInstantiateStdTemplate()286 if (new_class_template->isOutOfLine()) in tryInstantiateStdTemplate()[all …]