Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h163 static PythonObject ResolveNameWithDictionary(llvm::StringRef name,
167 static T ResolveNameWithDictionary(llvm::StringRef name, in ResolveNameWithDictionary() function
169 return ResolveNameWithDictionary(name, dict).AsType<T>(); in ResolveNameWithDictionary()
H A DPythonDataObjects.cpp109 PythonObject::ResolveNameWithDictionary(llvm::StringRef name, in ResolveNameWithDictionary() function in PythonObject