Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i701 ``(an_sb_type.GetTypeFlags() & lldb.eTypeIsInteger) != 0``
708 ) lldb::SBType::GetTypeFlags;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h246 uint32_t GetTypeFlags();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp603 uint32_t SBType::GetTypeFlags() { in GetTypeFlags() function in SBType
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp69394 result = (uint32_t)(arg1)->GetTypeFlags(); in _wrap_SBType_GetTypeFlags()