Home
last modified time | relevance | path

Searched refs:eMemberFunctionKindStaticMethod (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h1061 eMemberFunctionKindStaticMethod ///< A function that applies to a type rather enumerator
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DType.cpp1116 case lldb::eMemberFunctionKindStaticMethod: in GetDescription()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst1335 .. py:data:: eMemberFunctionKindStaticMethod
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4481 kind = lldb::eMemberFunctionKindStaticMethod; in GetMemberFunctionAtIndex()
4518 kind = lldb::eMemberFunctionKindStaticMethod; in GetMemberFunctionAtIndex()
4548 kind = lldb::eMemberFunctionKindStaticMethod; in GetMemberFunctionAtIndex()