Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:angle

2239   int angle = 0;
2240 while (*argRef != ')' && (*argRef != ',' || angle > 0)) {
2242 angle++;
2244 angle--;
2247 assert(angle == 0 && "scanToNextArgument - bad protocol type syntax");