Searched refs:GetTemplateArgumentKind (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBTypeDocstrings.i | 604 ) lldb::SBType::GetTemplateArgumentKind;
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBType.cpp | 663 switch(GetTemplateArgumentKind(idx)) { in GetTemplateArgumentType() 681 lldb::TemplateArgumentKind SBType::GetTemplateArgumentKind(uint32_t idx) { in GetTemplateArgumentKind() function in SBType 685 return m_opaque_sp->GetCompilerType(false).GetTemplateArgumentKind( in GetTemplateArgumentKind()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBType.h | 226 lldb::TemplateArgumentKind GetTemplateArgumentKind(uint32_t idx);
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | TypeSystem.cpp | 136 TypeSystem::GetTemplateArgumentKind(opaque_compiler_type_t type, size_t idx, in GetTemplateArgumentKind() function in TypeSystem
|
H A D | CompilerType.cpp | 985 CompilerType::GetTemplateArgumentKind(size_t idx, bool expand_pack) const { in GetTemplateArgumentKind() function in CompilerType 988 return type_system_sp->GetTemplateArgumentKind(m_type, idx, expand_pack); in GetTemplateArgumentKind()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | CompilerType.h | 477 GetTemplateArgumentKind(size_t idx, bool expand_pack = false) const;
|
H A D | TypeSystem.h | 400 GetTemplateArgumentKind(lldb::opaque_compiler_type_t type, size_t idx,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 928 GetTemplateArgumentKind(lldb::opaque_compiler_type_t type, size_t idx,
|
H A D | TypeSystemClang.cpp | 7290 TypeSystemClang::GetTemplateArgumentKind(lldb::opaque_compiler_type_t type, in GetTemplateArgumentKind() function in TypeSystemClang
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 69139 result = (lldb::TemplateArgumentKind)(arg1)->GetTemplateArgumentKind(arg2); in _wrap_SBType_GetTemplateArgumentKind()
|