Home
last modified time | relevance | path

Searched refs:GetTemplateArgumentKind (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i604 ) lldb::SBType::GetTemplateArgumentKind;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp663 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 DSBType.h226 lldb::TemplateArgumentKind GetTemplateArgumentKind(uint32_t idx);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp136 TypeSystem::GetTemplateArgumentKind(opaque_compiler_type_t type, size_t idx, in GetTemplateArgumentKind() function in TypeSystem
H A DCompilerType.cpp985 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 DCompilerType.h477 GetTemplateArgumentKind(size_t idx, bool expand_pack = false) const;
H A DTypeSystem.h400 GetTemplateArgumentKind(lldb::opaque_compiler_type_t type, size_t idx,
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h928 GetTemplateArgumentKind(lldb::opaque_compiler_type_t type, size_t idx,
H A DTypeSystemClang.cpp7290 TypeSystemClang::GetTemplateArgumentKind(lldb::opaque_compiler_type_t type, in GetTemplateArgumentKind() function in TypeSystemClang
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp69139 result = (lldb::TemplateArgumentKind)(arg1)->GetTemplateArgumentKind(arg2); in _wrap_SBType_GetTemplateArgumentKind()