Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h113 lldb::SBTypeSynthetic GetTypeSynthetic();
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBValue.i184 GetTypeSynthetic ();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp542 lldb::SBTypeSynthetic SBValue::GetTypeSynthetic() { in GetTypeSynthetic() function in SBValue
543 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBTypeSynthetic, SBValue, GetTypeSynthetic); in GetTypeSynthetic()
1581 LLDB_REGISTER_METHOD(lldb::SBTypeSynthetic, SBValue, GetTypeSynthetic, ()); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp66871 result = (arg1)->GetTypeSynthetic(); in _wrap_SBValue_GetTypeSynthetic()