Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBType.i841 IsTypeComplete ();
890 …is_complete = property(IsTypeComplete, None, doc='''A read only property that returns a boolean va…
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBType.h201 bool IsTypeComplete();
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBType.cpp499 bool SBType::IsTypeComplete() { in IsTypeComplete() function in SBType
500 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsTypeComplete); in IsTypeComplete()
981 LLDB_REGISTER_METHOD(bool, SBType, IsTypeComplete, ()); in RegisterMethods()
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp59671 result = (bool)(arg1)->IsTypeComplete(); in _wrap_SBType_IsTypeComplete()