Searched refs:checkIsAtGlobalLevel (Results 1 – 4 of 4) sorted by relevance
824 context->checkIsAtGlobalLevel(@1, "layout");834 context->checkIsAtGlobalLevel(@1, "invariant");
130 bool checkIsAtGlobalLevel(const TSourceLoc &line, const char *token);
729 bool TParseContext::checkIsAtGlobalLevel(const TSourceLoc &line, const char *token) in checkIsAtGlobalLevel() function in sh::TParseContext2550 checkIsAtGlobalLevel(typeSpecifier.getLine(), "layout"); in addFullySpecifiedType()3067 if (typeQualifier.invariant && !checkIsAtGlobalLevel(identifierLoc, "invariant varying")) in parseGlobalQualifierDeclaration()5432 checkIsAtGlobalLevel(loc, getQualifierString(qualifier)); in parseGlobalStorageQualifier()
3567 context->checkIsAtGlobalLevel((yylsp[0]), "layout"); in yyparse()3595 context->checkIsAtGlobalLevel((yylsp[0]), "invariant"); in yyparse()