Searched refs:inTypeParen (Results 1 – 3 of 3) sorted by relevance
380 "," { if (context->inTypeParen) context->lexAfterType = false; return(COMMA); }383 "(" { context->lexAfterType = false; context->inTypeParen = true; return(LEFT_PAREN); }384 ")" { context->inTypeParen = false; return(RIGHT_PAREN); }
43 inTypeParen(false), in TParseContext()68 bool inTypeParen; // true if in parentheses, looking only for an identifier variable
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); }