Searched refs:CallParserObjMethod (Results 1 – 3 of 3) sorted by relevance
229 py::tuple namespace_info = ast->CallParserObjMethod(PYTHON_PARSE_GET_NAMESPACE_SYMBOL, value); in MakeResolveSymbol()232 …py::tuple namespace_info = ast->CallParserObjMethod(PYTHON_PARSE_GET_BUILTIN_NAMESPACE_SYMBOL, val… in MakeResolveSymbol()
335 py::object CallParserObjMethod(const std::string &method, const T &... args) { in CallParserObjMethod() function
162 py::list ret = ast->CallParserObjMethod(PYTHON_PARSE_GET_LOCATION, node); in CheckFuncReturn()316 py::list ret = ast_->CallParserObjMethod(PYTHON_PARSE_GET_LOCATION, node); in ParseFunction()444 py::list ret = ast_->CallParserObjMethod(PYTHON_PARSE_GET_LOCATION, node); in GetLocation()627 …py::object target_class_instance = ast_->CallParserObjMethod(PYTHON_PARSE_ANALYZE_SUPER, father_cl… in ParseSuper()