Searched refs:structNestingLevel (Results 1 – 5 of 5) sorted by relevance
86 …statementNestingLevel(0), loopNestingLevel(0), structNestingLevel(0), blockNestingLevel(0), contro… in TParseVersions()183 int structNestingLevel; // 0 if outside structures variable
3788 if (!isMemberCheck || structNestingLevel > 0) in globalQualifierFixCheck()5085 if (structNestingLevel > 0 || blockNestingLevel > 0) in nestedBlockCheck()5092 if (structNestingLevel > 0 || blockNestingLevel > 0) in nestedStructCheck()5094 ++structNestingLevel; in nestedStructCheck()
3561 --parseContext.structNestingLevel;3568 --parseContext.structNestingLevel;
10826 --parseContext.structNestingLevel; in yyparse()10844 --parseContext.structNestingLevel; in yyparse()