Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A DParseContext.h192 void emptyDeclarationErrorCheck(const TType &type, const TSourceLoc &location);
H A DParseContext.cpp1866 void TParseContext::emptyDeclarationErrorCheck(const TType &type, const TSourceLoc &location) in emptyDeclarationErrorCheck() function in sh::TParseContext
3491 emptyDeclarationErrorCheck(*type, identifierOrTypeLocation); in parseSingleDeclaration()