Home
last modified time | relevance | path

Searched refs:AddExpressionPath (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeFilter.cpp110 m_opaque_sp->AddExpressionPath(item); in AppendExpressionPath()
175 new_sp->AddExpressionPath(GetExpressionPathAtIndex(j)); in CopyOnWrite_Impl()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h295 AddExpressionPath(path); in TypeFilterImpl()
298 void AddExpressionPath(const char *path) { in AddExpressionPath() function
299 AddExpressionPath(std::string(path)); in AddExpressionPath()
314 void AddExpressionPath(const std::string &path);
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp94 filter_sp->AddExpressionPath(child); in AddFilter()
H A DTypeSynthetic.cpp26 void TypeFilterImpl::AddExpressionPath(const std::string &path) { in AddExpressionPath() function in TypeFilterImpl
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp2466 entry->AddExpressionPath(*begin); in DoExecute()