Home
last modified time | relevance | path

Searched refs:AsType (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h169 return ResolveNameWithDictionary(name, dict).AsType<T>(); in ResolveNameWithDictionary()
175 return ResolveName(name).AsType<T>(); in ResolveName()
188 template <typename T> T AsType() const { in AsType() function
H A DPythonExceptionState.cpp160 auto printTB_string = stringIO_getvalue().AsType<PythonString>(); in ReadBacktrace()
H A DPythonDataObjects.cpp891 auto __callable__ = __call__.AsType<PythonCallable>(); in GetNumArguments()
1032 PythonString py_mode = GetAttributeValue("mode").AsType<PythonString>(); in GetUnderlyingFile()
H A DScriptInterpreterPython.cpp585 .AsType<PythonFile>(); in SetStdHandle()