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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h186 lldb::SBTypeMemberFunction GetMemberFunctionAtIndex(uint32_t idx);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h194 TypeMemberFunctionImpl GetMemberFunctionAtIndex(size_t idx);
H A DTypeSystem.h235 GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type, size_t idx) = 0;
H A DClangASTContext.h615 GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp311 lldb::SBTypeMemberFunction SBType::GetMemberFunctionAtIndex(uint32_t idx) { function in class:SBType
313 GetMemberFunctionAtIndex, (uint32_t), idx);
318 m_opaque_sp->GetCompilerType(true).GetMemberFunctionAtIndex(idx)));
933 GetMemberFunctionAtIndex, (uint32_t));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp383 TypeMemberFunctionImpl CompilerType::GetMemberFunctionAtIndex(size_t idx) { function in class:CompilerType
385 return m_type_system->GetMemberFunctionAtIndex(m_type, idx);
H A DClangASTContext.cpp4092 ClangASTContext::GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type, function in class:ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i308 GetMemberFunctionAtIndex (uint32_t idx);

Completed in 202 milliseconds