Home | History | Annotate | Download | only in compiler

Lines Matching refs:inTypeParen

2033 { if (context->inTypeParen) context->lexAfterType = false; return(COMMA); }
2045 { context->lexAfterType = false; context->inTypeParen = true; return(LEFT_PAREN); }
2049 { context->inTypeParen = false; return(RIGHT_PAREN); }