Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ !
H A DLibCxxVariant.cpp183 CompilerType template_type = head_type.GetTypeTemplateArgument(1); in LibcxxVariantSummaryProvider() local
185 if (!template_type) in LibcxxVariantSummaryProvider()
188 stream << " Active Type = " << template_type.GetDisplayTypeName() << " "; in LibcxxVariantSummaryProvider()
262 CompilerType template_type = head_type.GetTypeTemplateArgument(1); in GetChildAtIndex() local
264 if (!template_type) in GetChildAtIndex()