Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeFilter.cpp83 m_opaque_sp->AddExpressionPath(item); in AppendExpressionPath()
140 new_sp->AddExpressionPath(GetExpressionPathAtIndex(j)); in CopyOnWrite_Impl()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h283 AddExpressionPath(path); in TypeFilterImpl()
286 void AddExpressionPath(const char *path) { in AddExpressionPath() function
287 AddExpressionPath(std::string(path)); in AddExpressionPath()
302 void AddExpressionPath(const std::string &path);
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp113 filter_sp->AddExpressionPath(child); in AddFilter()
H A DTypeSynthetic.cpp28 void TypeFilterImpl::AddExpressionPath(const std::string &path) { in AddExpressionPath() function in TypeFilterImpl
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp2711 entry->AddExpressionPath(*begin); in DoExecute()