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.cpp562 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()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h193 lldb::TemplateArgumentKind GetTemplateArgumentKind(uint32_t idx);
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h460 GetTemplateArgumentKind(size_t idx, bool expand_pack = false) const;
H A DTypeSystem.h371 GetTemplateArgumentKind(lldb::opaque_compiler_type_t type, size_t idx,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp131 TypeSystem::GetTemplateArgumentKind(opaque_compiler_type_t type, size_t idx, in GetTemplateArgumentKind() function in TypeSystem
H A DCompilerType.cpp941 CompilerType::GetTemplateArgumentKind(size_t idx, bool expand_pack) const { in GetTemplateArgumentKind() function in CompilerType
944 return type_system_sp->GetTemplateArgumentKind(m_type, idx, expand_pack); in GetTemplateArgumentKind()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h907 GetTemplateArgumentKind(lldb::opaque_compiler_type_t type, size_t idx,
H A DTypeSystemClang.cpp7133 TypeSystemClang::GetTemplateArgumentKind(lldb::opaque_compiler_type_t type, in GetTemplateArgumentKind() function in TypeSystemClang
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp65911 result = (lldb::TemplateArgumentKind)(arg1)->GetTemplateArgumentKind(arg2); in _wrap_SBType_GetTemplateArgumentKind()