Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPythonInterface.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h366 python::PythonBoolean boolean_arg = python::PythonBoolean( in ReverseTransform() local
368 if (boolean_arg.IsValid()) in ReverseTransform()
369 original_arg = boolean_arg.GetValue(); in ReverseTransform()