Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DParseContext.h424 void checkIsBelowStructNestingLimit(const TSourceLoc &line, const TField &field);
DParseContext.cpp4758 void TParseContext::checkIsBelowStructNestingLimit(const TSourceLoc &line, const TField &field) in checkIsBelowStructNestingLimit() function in sh::TParseContext
5927 checkIsBelowStructNestingLimit(typeSpecifier.getLine(), *field); in addStructDeclaratorList()