Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig31 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
78 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
105 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
151 pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
192 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
223 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
245 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
604 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
777 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
796 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h282 static PythonObject ResolveNameWithDictionary(llvm::StringRef name,
286 static T ResolveNameWithDictionary(llvm::StringRef name,
288 return ResolveNameWithDictionary(name, dict).AsType<T>();
H A DPythonDataObjects.cpp201 PythonObject::ResolveNameWithDictionary(llvm::StringRef name, in ResolveNameWithDictionary() function in PythonObject
H A DScriptInterpreterPython.cpp759 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>( in GetMaxPositionalArgumentsForCallable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h158 PythonObject::ResolveNameWithDictionary<python::PythonCallable>( in CreatePluginObject()