Home
last modified time | relevance | path

Searched refs:mStructNestingLevel (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/
H A DParseContext.h746 int mStructNestingLevel; // incremented while parsing a struct declaration variable
H A DParseContext.cpp294 mStructNestingLevel(0), in TParseContext()
5280 ++mStructNestingLevel; in enterStructDeclaration()
5284 if (mStructNestingLevel > 1) in enterStructDeclaration()
5292 --mStructNestingLevel; in exitStructDeclaration()