Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeSummary.h70 typedef bool (*FormatCallback)(SBValue, SBTypeSummaryOptions, SBStream &); typedef
85 static SBTypeSummary CreateWithCallback(FormatCallback cb,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeSummary.cpp138 SBTypeSummary SBTypeSummary::CreateWithCallback(FormatCallback cb, in CreateWithCallback()