Searched refs:mStructNestingLevel (Results 1 – 2 of 2) sorted by relevance
746 int mStructNestingLevel; // incremented while parsing a struct declaration variable
294 mStructNestingLevel(0), in TParseContext()5280 ++mStructNestingLevel; in enterStructDeclaration()5284 if (mStructNestingLevel > 1) in enterStructDeclaration()5292 --mStructNestingLevel; in exitStructDeclaration()