Searched refs:GetMemberFunctionAtIndex (Results 1 – 7 of 7) sorted by relevance
181 lldb::SBTypeMemberFunction GetMemberFunctionAtIndex(uint32_t idx);
247 lldb::SBTypeMemberFunction SBType::GetMemberFunctionAtIndex(uint32_t idx) { in GetMemberFunctionAtIndex() function in SBType251 m_opaque_sp->GetCompilerType(true).GetMemberFunctionAtIndex(idx))); in GetMemberFunctionAtIndex()
213 TypeMemberFunctionImpl GetMemberFunctionAtIndex(size_t idx);
248 GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type, size_t idx) = 0;
696 GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type,
415 TypeMemberFunctionImpl CompilerType::GetMemberFunctionAtIndex(size_t idx) { in GetMemberFunctionAtIndex() function in CompilerType417 return m_type_system->GetMemberFunctionAtIndex(m_type, idx); in GetMemberFunctionAtIndex()
4691 ClangASTContext::GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type, in GetMemberFunctionAtIndex() function in ClangASTContext4798 return GetMemberFunctionAtIndex(llvm::cast<clang::TypedefType>(qual_type) in GetMemberFunctionAtIndex()4805 return GetMemberFunctionAtIndex(llvm::cast<clang::AutoType>(qual_type) in GetMemberFunctionAtIndex()4811 return GetMemberFunctionAtIndex( in GetMemberFunctionAtIndex()4818 return GetMemberFunctionAtIndex( in GetMemberFunctionAtIndex()