Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DParseContext.cpp1883 void TParseContext::nonEmptyDeclarationErrorCheck(const TPublicType &publicType, in nonEmptyDeclarationErrorCheck() function in sh::TParseContext
3507 nonEmptyDeclarationErrorCheck(publicType, identifierOrTypeLocation); in parseSingleDeclaration()
3548 nonEmptyDeclarationErrorCheck(elementType, identifierLocation); in parseSingleArrayDeclaration()
3595 nonEmptyDeclarationErrorCheck(publicType, identifierLocation); in parseSingleInitDeclaration()
3635 nonEmptyDeclarationErrorCheck(elementType, identifierLocation); in parseSingleArrayInitDeclaration()
3727 nonEmptyDeclarationErrorCheck(publicType, identifierLocation); in parseDeclarator()
3768 nonEmptyDeclarationErrorCheck(elementType, identifierLocation); in parseArrayDeclarator()
3815 nonEmptyDeclarationErrorCheck(publicType, identifierLocation); in parseInitDeclarator()
3848 nonEmptyDeclarationErrorCheck(elementType, identifierLocation); in parseArrayInitDeclarator()
DParseContext.h189 void nonEmptyDeclarationErrorCheck(const TPublicType &publicType,