Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DParseContext.h150 void checkDeclaratorLocationIsNotSpecified(const TSourceLoc &line, const TPublicType &pType);
DParseContext.cpp995 void TParseContext::checkDeclaratorLocationIsNotSpecified(const TSourceLoc &line, in checkDeclaratorLocationIsNotSpecified() function in sh::TParseContext
3124 checkDeclaratorLocationIsNotSpecified(identifierLocation, publicType); in parseDeclarator()
3164 checkDeclaratorLocationIsNotSpecified(identifierLocation, elementType); in parseArrayDeclarator()
3208 checkDeclaratorLocationIsNotSpecified(identifierLocation, publicType); in parseInitDeclarator()
3241 checkDeclaratorLocationIsNotSpecified(identifierLocation, elementType); in parseArrayInitDeclarator()