Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DCxxModuleHandler.cpp230 llvm::SmallVector<TemplateArgument, 4> imported_args; in tryInstantiateStdTemplate() local
241 imported_args.push_back(TemplateArgument(*type)); in tryInstantiateStdTemplate()
252 imported_args.push_back( in tryInstantiateStdTemplate()
265 new_class_template->findSpecialization(imported_args, InsertPos); in tryInstantiateStdTemplate()
280 new_class_template->getLocation(), new_class_template, imported_args, in tryInstantiateStdTemplate()