Home
last modified time | relevance | path

Searched refs:SetIncludeRecognizedArguments (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBVariablesOptions.cpp42 void SetIncludeRecognizedArguments(bool b) { in SetIncludeRecognizedArguments() function in VariablesOptionsImpl
130 void SBVariablesOptions::SetIncludeRecognizedArguments(bool arguments) { in SetIncludeRecognizedArguments() function in SBVariablesOptions
133 m_opaque_up->SetIncludeRecognizedArguments(arguments); in SetIncludeRecognizedArguments()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBVariablesOptions.i38 SetIncludeRecognizedArguments (bool);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBVariablesOptions.h39 void SetIncludeRecognizedArguments(bool);
/llvm-project-15.0.7/lldb/test/API/commands/frame/recognizer/
H A DTestFrameRecognizer.py94 opts.SetIncludeRecognizedArguments(True)
252 opts.SetIncludeRecognizedArguments(True)
/llvm-project-15.0.7/lldb/test/API/lang/objc/exceptions/
H A DTestObjCExceptions.py39 opts.SetIncludeRecognizedArguments(True)