Searched refs:locationDeclaratorListCheck (Results 1 – 2 of 2) sorted by relevance
134 bool locationDeclaratorListCheck(const TSourceLoc &line, const TPublicType &pType);
804 bool TParseContext::locationDeclaratorListCheck(const TSourceLoc& line, const TPublicType &pType) in locationDeclaratorListCheck() function in TParseContext1677 if(locationDeclaratorListCheck(identifierLocation, publicType)) in parseDeclarator()1706 if(locationDeclaratorListCheck(identifierLocation, publicType)) in parseArrayDeclarator()1752 if(locationDeclaratorListCheck(identifierLocation, publicType)) in parseInitDeclarator()1793 if(locationDeclaratorListCheck(identifierLocation, publicType)) in parseArrayInitDeclarator()