Searched refs:identifierOrTypeLocation (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.cpp | 1480 const TSourceLoc &identifierOrTypeLocation, in parseSingleDeclaration() argument 1483 …ymbol *symbol = intermediate.addSymbol(0, identifier, TType(publicType), identifierOrTypeLocation); in parseSingleDeclaration() 1495 …error(identifierOrTypeLocation, "empty array declaration needs to specify a size", identifier.c_st… in parseSingleDeclaration() 1500 if(singleDeclarationErrorCheck(publicType, identifierOrTypeLocation)) in parseSingleDeclaration() 1503 if(nonInitErrorCheck(identifierOrTypeLocation, identifier, publicType)) in parseSingleDeclaration() 1507 if(!declareVariable(identifierOrTypeLocation, identifier, TType(publicType), &variable)) in parseSingleDeclaration() 1514 return intermediate.makeAggregate(symbol, identifierOrTypeLocation); in parseSingleDeclaration()
|
D | ParseHelper.h | 162 …rseSingleDeclaration(TPublicType &publicType, const TSourceLoc &identifierOrTypeLocation, const TS…
|