Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBTypeFilter.cpp77 uint32_t SBTypeFilter::GetNumberOfExpressionPaths() { in GetNumberOfExpressionPaths() function in SBTypeFilter
137 if (GetNumberOfExpressionPaths() != rhs.GetNumberOfExpressionPaths()) in IsEqualTo()
140 for (uint32_t j = 0; j < GetNumberOfExpressionPaths(); j++) in IsEqualTo()
174 for (uint32_t j = 0; j < GetNumberOfExpressionPaths(); j++) in CopyOnWrite_Impl()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTypeFilter.i35 GetNumberOfExpressionPaths ();
69 count = property(GetNumberOfExpressionPaths)
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTypeFilter.h31 uint32_t GetNumberOfExpressionPaths();
/llvm-project-15.0.7/lldb/test/API/python_api/formatters/
H A DTestFormattersSBAPI.py129 filter.GetNumberOfExpressionPaths(), 2,