Searched refs:inTypeParen (Results 1 – 3 of 3) sorted by relevance
36 inTypeParen(false), scanner(NULL), contextPragma(true, false) { } in TParseContext()48 bool inTypeParen; // true if in parentheses, looking only for an identifier member
214 "," { if (context->inTypeParen) context->lexAfterType = false; return(COMMA); }217 "(" { context->lexAfterType = false; context->inTypeParen = true; return(LEFT_PAREN); }218 ")" { context->inTypeParen = false; return(RIGHT_PAREN); }
1583 { if (context->inTypeParen) context->lexAfterType = false; return(COMMA); }1595 { context->lexAfterType = false; context->inTypeParen = true; return(LEFT_PAREN); }1599 { context->inTypeParen = false; return(RIGHT_PAREN); }