Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h262 void PrettyPrintFunctionArguments(Stream &out_stream, VariableList const &args,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp227 FormatEntity::PrettyPrintFunctionArguments(out_stream, args, exe_scope); in PrettyPrintFunctionNameWithArgs()
2089 FormatEntity::PrettyPrintFunctionArguments(s, args, exe_scope); in HandleFrameFormatVariable()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1187 FormatEntity::PrettyPrintFunctionArguments(out_stream, args, exe_scope); in PrettyPrintFunctionNameWithArgs()
2598 void FormatEntity::PrettyPrintFunctionArguments( in PrettyPrintFunctionArguments() function in FormatEntity