Home
last modified time | relevance | path

Searched refs:formatter_sp (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDFormatClasses.h100 bool IsMatch(const std::shared_ptr<Formatter> &formatter_sp) const { in IsMatch() argument
101 if (!formatter_sp) in IsMatch()
103 if (formatter_sp->Cascades() == false && DidStripTypedef()) in IsMatch()
105 if (formatter_sp->SkipsPointers() && DidStripPointer()) in IsMatch()
107 if (formatter_sp->SkipsReferences() && DidStripReference()) in IsMatch()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDCPlusPlusLanguage.cpp1575 static CXXFunctionSummaryFormat::SharedPointer formatter_sp( in GetHardcodedSummaries() local
1583 return formatter_sp; in GetHardcodedSummaries()
1590 static CXXFunctionSummaryFormat::SharedPointer formatter_sp( in GetHardcodedSummaries() local
1603 return formatter_sp; in GetHardcodedSummaries()
1610 static CXXFunctionSummaryFormat::SharedPointer formatter_sp( in GetHardcodedSummaries() local
1622 return formatter_sp; in GetHardcodedSummaries()
1641 static CXXSyntheticChildren::SharedPointer formatter_sp( in GetHardcodedSynthetics() local
1652 return formatter_sp; in GetHardcodedSynthetics()
1659 static CXXSyntheticChildren::SharedPointer formatter_sp( in GetHardcodedSynthetics() local
1669 return formatter_sp; in GetHardcodedSynthetics()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectType.cpp2746 typename FormatterType::SharedPointer formatter_sp = in DoExecute() local
2748 if (formatter_sp) { in DoExecute()
2749 std::string description(formatter_sp->GetDescription()); in DoExecute()