Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h1056 eMemberFunctionKindConstructor, ///< A function used to create instances enumerator
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DType.cpp1104 case lldb::eMemberFunctionKindConstructor: in GetDescription()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst1323 .. py:data:: eMemberFunctionKindConstructor
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4483 kind = lldb::eMemberFunctionKindConstructor; in GetMemberFunctionAtIndex()