Searched refs:structNestingLevel (Results 1 – 4 of 4) sorted by relevance
86 …statementNestingLevel(0), loopNestingLevel(0), structNestingLevel(0), blockNestingLevel(0), contro… in TParseVersions()186 int structNestingLevel; // 0 if outside structures variable
3979 if (!isMemberCheck || structNestingLevel > 0) in globalQualifierFixCheck()5258 if (structNestingLevel > 0 || blockNestingLevel > 0) in nestedBlockCheck()5265 if (structNestingLevel > 0 || blockNestingLevel > 0) in nestedStructCheck()5267 ++structNestingLevel; in nestedStructCheck()
3590 --parseContext.structNestingLevel;3597 --parseContext.structNestingLevel;
10968 --parseContext.structNestingLevel; in yyparse()10986 --parseContext.structNestingLevel; in yyparse()