Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.h178 void emptyDeclarationErrorCheck(const TType &type, const TSourceLoc &location);
DParseContext.cpp1612 void TParseContext::emptyDeclarationErrorCheck(const TType &type, const TSourceLoc &location) in emptyDeclarationErrorCheck() function in sh::TParseContext
2925 emptyDeclarationErrorCheck(*type, identifierOrTypeLocation); in parseSingleDeclaration()