Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h828 const lldb::MemberFunctionKind &kind) in TypeMemberFunctionImpl()
845 lldb::MemberFunctionKind GetKind() const;
856 lldb::MemberFunctionKind m_kind = lldb::eMemberFunctionKindUnknown;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h93 lldb::MemberFunctionKind GetKind();
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1111 enum MemberFunctionKind { enum
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp1015 lldb::MemberFunctionKind SBTypeMemberFunction::GetKind() { in GetKind()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp1222 lldb::MemberFunctionKind TypeMemberFunctionImpl::GetKind() const { in GetKind()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1321 MemberFunctionKind section in Enumerators
1319 .. _MemberFunctionKind: global() target
1342 TypeFlagsMemberFunctionKind global() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4456 MemberFunctionKind kind(MemberFunctionKind::eMemberFunctionKindUnknown); in GetMemberFunctionAtIndex()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp68931 lldb::MemberFunctionKind result; in _wrap_SBTypeMemberFunction_GetKind()
68940 result = (lldb::MemberFunctionKind)(arg1)->GetKind(); in _wrap_SBTypeMemberFunction_GetKind()