Searched refs:bracketNesting (Results 1 – 1 of 1) sorted by relevance
51 int bracketNesting = 0; in TypeInfo() local54 if (c == ',' && bracketNesting == 0) { in TypeInfo()60 bracketNesting++; in TypeInfo()62 bracketNesting--; in TypeInfo()64 if (bracketNesting < 0) { in TypeInfo()90 int bracketNesting = 0; in TypeInfo() local93 if (c == '&' && bracketNesting == 0) { in TypeInfo()99 bracketNesting++; in TypeInfo()101 bracketNesting--; in TypeInfo()