Searched refs:ResolveName (Results 1 – 8 of 8) sorted by relevance
29 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(76 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(103 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(190 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(221 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(243 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(258 auto callback_func = result.ResolveName<PythonCallable>("__callback__");270 auto pfunc = self.ResolveName<PythonCallable>(method_name);312 auto pfunc = self.ResolveName<PythonCallable>(callee_name);331 auto pfunc = self.ResolveName<PythonCallable>("num_children");[all …]
291 PythonObject ResolveName(llvm::StringRef name) const;293 template <typename T> T ResolveName(llvm::StringRef name) const {294 return ResolveName(name).AsType<T>();
213 return result.ResolveName(name.substr(dot_pos + 1)); in ResolveNameWithDictionary()216 PythonObject PythonObject::ResolveName(llvm::StringRef name) const { in ResolveName() function in PythonObject236 PythonObject parent = ResolveName(name.substr(0, dot_pos)); in ResolveName()241 return parent.ResolveName(name.substr(dot_pos + 1)); in ResolveName()
757 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>( in GetMaxPositionalArgumentsForCallable()
151 PythonModule::MainModule().ResolveName<python::PythonDictionary>( in CreatePluginObject()239 .ResolveName("dict") in CreatePluginObject()
372 virtual const RegisterInfo *ResolveName(llvm::StringRef name) const = 0;
177 const RegisterInfo *ResolveName(llvm::StringRef name) const override { in ResolveName() function in __anon37d9345d0111::RegisterContextToInfo
553 return resolver.ResolveName(name); in ResolveRegister()