Home
last modified time | relevance | path

Searched refs:GetMemberFunctionAtIndex (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBType.i848 ") GetMemberFunctionAtIndex;
850 GetMemberFunctionAtIndex (uint32_t idx);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBType.h196 lldb::SBTypeMemberFunction GetMemberFunctionAtIndex(uint32_t idx);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBType.cpp318 lldb::SBTypeMemberFunction SBType::GetMemberFunctionAtIndex(uint32_t idx) { in GetMemberFunctionAtIndex() function in SBType
324 m_opaque_sp->GetCompilerType(true).GetMemberFunctionAtIndex(idx))); in GetMemberFunctionAtIndex()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp451 TypeMemberFunctionImpl CompilerType::GetMemberFunctionAtIndex(size_t idx) { in GetMemberFunctionAtIndex() function in CompilerType
454 return type_system_sp->GetMemberFunctionAtIndex(m_type, idx); in GetMemberFunctionAtIndex()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h266 TypeMemberFunctionImpl GetMemberFunctionAtIndex(size_t idx);
H A DTypeSystem.h258 GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type, size_t idx) = 0;
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h703 GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp4453 TypeSystemClang::GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type, in GetMemberFunctionAtIndex() function in TypeSystemClang