Lines Matching refs:expr_name
989 const char* expr_name = NULL; in set_context() local
1030 expr_name = "lambda"; in set_context()
1033 expr_name = "function call"; in set_context()
1038 expr_name = "operator"; in set_context()
1041 expr_name = "generator expression"; in set_context()
1045 expr_name = "yield expression"; in set_context()
1048 expr_name = "await expression"; in set_context()
1051 expr_name = "list comprehension"; in set_context()
1054 expr_name = "set comprehension"; in set_context()
1057 expr_name = "dict comprehension"; in set_context()
1066 expr_name = "literal"; in set_context()
1069 expr_name = "keyword"; in set_context()
1072 expr_name = "Ellipsis"; in set_context()
1075 expr_name = "comparison"; in set_context()
1078 expr_name = "conditional expression"; in set_context()
1087 if (expr_name) { in set_context()
1092 expr_name); in set_context()