Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i841 IsTypeComplete ();
890 …is_complete = property(IsTypeComplete, None, doc='''A read only property that returns a boolean va…
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h201 bool IsTypeComplete();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A 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-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp59671 result = (bool)(arg1)->IsTypeComplete(); in _wrap_SBType_IsTypeComplete()