Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1022 eMemberFunctionKindConstructor, ///< A function used to create instances enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp1090 case lldb::eMemberFunctionKindConstructor: in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1322 .. py:data:: eMemberFunctionKindConstructor
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4402 kind = lldb::eMemberFunctionKindConstructor; in GetMemberFunctionAtIndex()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp71160 {SWIG_LUA_CONSTTAB_INT("eMemberFunctionKindConstructor", lldb::eMemberFunctionKindConstructor)},