Searched refs:nonEmptyDeclarationErrorCheck (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/compiler/translator/ |
D | ParseContext.cpp | 1883 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()
|
D | ParseContext.h | 189 void nonEmptyDeclarationErrorCheck(const TPublicType &publicType,
|