Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBType.h181 lldb::SBTypeMemberFunction GetMemberFunctionAtIndex(uint32_t idx);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp247 lldb::SBTypeMemberFunction SBType::GetMemberFunctionAtIndex(uint32_t idx) { in GetMemberFunctionAtIndex() function in SBType
251 m_opaque_sp->GetCompilerType(true).GetMemberFunctionAtIndex(idx))); in GetMemberFunctionAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h213 TypeMemberFunctionImpl GetMemberFunctionAtIndex(size_t idx);
H A DTypeSystem.h248 GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type, size_t idx) = 0;
H A DClangASTContext.h696 GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp415 TypeMemberFunctionImpl CompilerType::GetMemberFunctionAtIndex(size_t idx) { in GetMemberFunctionAtIndex() function in CompilerType
417 return m_type_system->GetMemberFunctionAtIndex(m_type, idx); in GetMemberFunctionAtIndex()
H A DClangASTContext.cpp4691 ClangASTContext::GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type, in GetMemberFunctionAtIndex() function in ClangASTContext
4798 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()