Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DParseContext.h178 void emptyDeclarationErrorCheck(const TType &type, const TSourceLoc &location);
DParseContext.cpp1596 void TParseContext::emptyDeclarationErrorCheck(const TType &type, const TSourceLoc &location) in emptyDeclarationErrorCheck() function in sh::TParseContext
2889 emptyDeclarationErrorCheck(*type, identifierOrTypeLocation); in parseSingleDeclaration()