Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxSpan.cpp119 m_backend.GetCompilerType().GetIntegralTemplateArgument(1)) { in Update()
H A DGenericBitset.cpp89 if (auto arg = m_backend.GetCompilerType().GetIntegralTemplateArgument(0)) in Update()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DTypeSystem.cpp141 TypeSystem::GetIntegralTemplateArgument(opaque_compiler_type_t type, size_t idx, in GetIntegralTemplateArgument() function in TypeSystem
H A DCompilerType.cpp773 CompilerType::GetIntegralTemplateArgument(size_t idx, bool expand_pack) const { in GetIntegralTemplateArgument() function in CompilerType
776 return type_system_sp->GetIntegralTemplateArgument(m_type, idx, expand_pack); in GetIntegralTemplateArgument()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h422 GetIntegralTemplateArgument(size_t idx, bool expand_pack = false) const;
H A DTypeSystem.h373 GetIntegralTemplateArgument(lldb::opaque_compiler_type_t type, size_t idx,
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBType.cpp569 .GetIntegralTemplateArgument(idx, expand_pack) in GetTemplateArgumentType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h840 GetIntegralTemplateArgument(lldb::opaque_compiler_type_t type, size_t idx,
H A DTypeSystemClang.cpp7319 TypeSystemClang::GetIntegralTemplateArgument(lldb::opaque_compiler_type_t type, in GetIntegralTemplateArgument() function in TypeSystemClang