Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
/src/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeFilterExtensions.i11 count = property(GetNumberOfExpressionPaths)
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeFilter.h31 uint32_t GetNumberOfExpressionPaths();
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp71745 result = (uint32_t)(arg1)->GetNumberOfExpressionPaths(); in _wrap_SBTypeFilter_GetNumberOfExpressionPaths()