Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxSpan.cpp122 m_backend.GetCompilerType().GetIntegralTemplateArgument(1)) { in Update()
H A DGenericBitset.cpp97 if (auto arg = m_backend.GetCompilerType().GetIntegralTemplateArgument(0)) in Update()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp670 .GetIntegralTemplateArgument(idx, expand_pack) in GetTemplateArgumentType()
702 arg = m_opaque_sp->GetCompilerType(false).GetIntegralTemplateArgument( in GetTemplateArgumentValue()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp147 TypeSystem::GetIntegralTemplateArgument(opaque_compiler_type_t type, size_t idx, in GetIntegralTemplateArgument() function in TypeSystem
H A DCompilerType.cpp1006 CompilerType::GetIntegralTemplateArgument(size_t idx, bool expand_pack) const { in GetIntegralTemplateArgument() function in CompilerType
1009 return type_system_sp->GetIntegralTemplateArgument(m_type, idx, expand_pack); in GetIntegralTemplateArgument()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h499 GetIntegralTemplateArgument(size_t idx, bool expand_pack = false) const;
H A DTypeSystem.h411 GetIntegralTemplateArgument(lldb::opaque_compiler_type_t type, size_t idx,
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h939 GetIntegralTemplateArgument(lldb::opaque_compiler_type_t type, size_t idx,
H A DTypeSystemClang.cpp7253 TypeSystemClang::GetIntegralTemplateArgument(lldb::opaque_compiler_type_t type, in GetIntegralTemplateArgument() function in TypeSystemClang