Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A DParseContext.h442 void checkIsBelowStructNestingLimit(const TSourceLoc &line, const TField &field);
H A DParseContext.cpp5295 void TParseContext::checkIsBelowStructNestingLimit(const TSourceLoc &line, const TField &field) in checkIsBelowStructNestingLimit() function in sh::TParseContext
6525 checkIsBelowStructNestingLimit(typeSpecifier.getLine(), *field); in addStructDeclaratorList()