Searched refs:arrayQualifierErrorCheck (Results 1 – 2 of 2) sorted by relevance
94 bool arrayQualifierErrorCheck(const TSourceLoc& line, TPublicType type);
752 bool TParseContext::arrayQualifierErrorCheck(const TSourceLoc& line, TPublicType type) in arrayQualifierErrorCheck() function in TParseContext1259 …if (arrayTypeErrorCheck(indexLocation, publicType) || arrayQualifierErrorCheck(indexLocation, publ… in parseSingleArrayDeclaration()1351 …if (arrayTypeErrorCheck(arrayLocation, publicType) || arrayQualifierErrorCheck(arrayLocation, publ… in parseArrayDeclarator()