Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBTypeFilter.cpp110 m_opaque_sp->AddExpressionPath(item); in AppendExpressionPath()
175 new_sp->AddExpressionPath(GetExpressionPathAtIndex(j)); in CopyOnWrite_Impl()
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h288 AddExpressionPath(path); in TypeFilterImpl()
291 void AddExpressionPath(const char *path) { in AddExpressionPath() function
292 AddExpressionPath(std::string(path)); in AddExpressionPath()
307 void AddExpressionPath(const std::string &path);
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp110 filter_sp->AddExpressionPath(child); in AddFilter()
H A DTypeSynthetic.cpp26 void TypeFilterImpl::AddExpressionPath(const std::string &path) { in AddExpressionPath() function in TypeFilterImpl
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectType.cpp2584 entry->AddExpressionPath(*begin); in DoExecute()