Searched refs:GetTemplateArgumentKind (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/lldb/bindings/interface/ |
H A D | SBType.i | 774 ") GetTemplateArgumentKind; 776 GetTemplateArgumentKind (uint32_t idx);
|
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBType.cpp | 562 switch(GetTemplateArgumentKind(idx)) { in GetTemplateArgumentType() 580 lldb::TemplateArgumentKind SBType::GetTemplateArgumentKind(uint32_t idx) { in GetTemplateArgumentKind() function in SBType 584 return m_opaque_sp->GetCompilerType(false).GetTemplateArgumentKind( in GetTemplateArgumentKind()
|
/openbsd/gnu/llvm/lldb/include/lldb/API/ |
H A D | SBType.h | 188 lldb::TemplateArgumentKind GetTemplateArgumentKind(uint32_t idx);
|
/openbsd/gnu/llvm/lldb/source/Symbol/ |
H A D | TypeSystem.cpp | 130 TypeSystem::GetTemplateArgumentKind(opaque_compiler_type_t type, size_t idx, in GetTemplateArgumentKind() function in TypeSystem
|
H A D | CompilerType.cpp | 756 CompilerType::GetTemplateArgumentKind(size_t idx, bool expand_pack) const { in GetTemplateArgumentKind() function in CompilerType 759 return type_system_sp->GetTemplateArgumentKind(m_type, idx, expand_pack); in GetTemplateArgumentKind()
|
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | CompilerType.h | 412 GetTemplateArgumentKind(size_t idx, bool expand_pack = false) const;
|
H A D | TypeSystem.h | 367 GetTemplateArgumentKind(lldb::opaque_compiler_type_t type, size_t idx,
|
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 835 GetTemplateArgumentKind(lldb::opaque_compiler_type_t type, size_t idx,
|
H A D | TypeSystemClang.cpp | 7261 TypeSystemClang::GetTemplateArgumentKind(lldb::opaque_compiler_type_t type, in GetTemplateArgumentKind() function in TypeSystemClang
|