Lines Matching refs:expr_name
971 const char* expr_name = NULL; in set_context() local
1012 expr_name = "lambda"; in set_context()
1015 expr_name = "function call"; in set_context()
1020 expr_name = "operator"; in set_context()
1023 expr_name = "generator expression"; in set_context()
1027 expr_name = "yield expression"; in set_context()
1030 expr_name = "await expression"; in set_context()
1033 expr_name = "list comprehension"; in set_context()
1036 expr_name = "set comprehension"; in set_context()
1039 expr_name = "dict comprehension"; in set_context()
1048 expr_name = "literal"; in set_context()
1051 expr_name = "keyword"; in set_context()
1054 expr_name = "Ellipsis"; in set_context()
1057 expr_name = "comparison"; in set_context()
1060 expr_name = "conditional expression"; in set_context()
1069 if (expr_name) { in set_context()
1074 expr_name); in set_context()