Home
last modified time | relevance | path

Searched refs:imported_args (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCxxModuleHandler.cpp231 llvm::SmallVector<TemplateArgument, 4> imported_args; in tryInstantiateStdTemplate() local
242 imported_args.push_back( in tryInstantiateStdTemplate()
254 imported_args.push_back(TemplateArgument(d->getASTContext(), integral, in tryInstantiateStdTemplate()
267 new_class_template->findSpecialization(imported_args, InsertPos); in tryInstantiateStdTemplate()
282 new_class_template->getLocation(), new_class_template, imported_args, in tryInstantiateStdTemplate()