Home
last modified time | relevance | path

Searched refs:CreatedBySameMatchString (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h102 bool CreatedBySameMatchString(TypeMatcher other) const { in CreatedBySameMatchString() function
136 if (iter->first.CreatedBySameMatchString(matcher)) { in Delete()
159 if (pos.first.CreatedBySameMatchString(matcher)) { in GetExact()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1098 if (type_matcher.CreatedBySameMatchString( in DoExecute()
1123 if (type_matcher.CreatedBySameMatchString( in DoExecute()