Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h90 bool DeleteTypeSynthetic(SBTypeNameSpecifier);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp474 bool SBTypeCategory::DeleteTypeSynthetic(SBTypeNameSpecifier type_name) { in DeleteTypeSynthetic() function in SBTypeCategory
483 return m_opaque_sp->DeleteTypeSynthetic(type_name.GetSP()); in DeleteTypeSynthetic()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h283 bool DeleteTypeSynthetic(lldb::TypeNameSpecifierImplSP type_sp) { in DeleteTypeSynthetic() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70910 result = (bool)(arg1)->DeleteTypeSynthetic(arg2); in _wrap_SBTypeCategory_DeleteTypeSynthetic()