Searched refs:GetIntegralTemplateArgument (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxSpan.cpp | 119 m_backend.GetCompilerType().GetIntegralTemplateArgument(1)) { in Update()
|
| H A D | GenericBitset.cpp | 89 if (auto arg = m_backend.GetCompilerType().GetIntegralTemplateArgument(0)) in Update()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | TypeSystem.cpp | 141 TypeSystem::GetIntegralTemplateArgument(opaque_compiler_type_t type, size_t idx, in GetIntegralTemplateArgument() function in TypeSystem
|
| H A D | CompilerType.cpp | 773 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 D | CompilerType.h | 422 GetIntegralTemplateArgument(size_t idx, bool expand_pack = false) const;
|
| H A D | TypeSystem.h | 373 GetIntegralTemplateArgument(lldb::opaque_compiler_type_t type, size_t idx,
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBType.cpp | 569 .GetIntegralTemplateArgument(idx, expand_pack) in GetTemplateArgumentType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 840 GetIntegralTemplateArgument(lldb::opaque_compiler_type_t type, size_t idx,
|
| H A D | TypeSystemClang.cpp | 7319 TypeSystemClang::GetIntegralTemplateArgument(lldb::opaque_compiler_type_t type, in GetIntegralTemplateArgument() function in TypeSystemClang
|