Searched refs:inTypeParen (Results 1 – 3 of 3) sorted by relevance
370 "," { if (context->inTypeParen) context->lexAfterType = false; return(COMMA); }373 "(" { context->lexAfterType = false; context->inTypeParen = true; return(LEFT_PAREN); }374 ")" { context->inTypeParen = false; return(RIGHT_PAREN); }
43 inTypeParen(false), in TParseContext()68 bool inTypeParen; // true if in parentheses, looking only for an identifier variable
2241 { if (context->inTypeParen) context->lexAfterType = false; return(COMMA); }2253 { context->lexAfterType = false; context->inTypeParen = true; return(LEFT_PAREN); }2257 { context->inTypeParen = false; return(RIGHT_PAREN); }