Lines Matching defs:allowed
25 const common::EnumSet<C, ClauseEnumSize> allowed;
111 "%s statement is not allowed in a %s construct"_err_en_US, stmt,
119 "%s to construct outside of %s construct is not allowed"_err_en_US,
129 "%s to construct '%s' outside of %s construct is not allowed"_err_en_US,
244 void SetContextAllowed(const common::EnumSet<C, ClauseEnumSize> &allowed) {
245 GetContext().allowedClauses = allowed;
329 dirContext_.back().allowedClauses = directiveClausesMap_[dir].allowed;
361 // Check if a clause is allowed on a directive. Returns true if is and
422 "Clause %s is not allowed after clause %s on the %s "
490 // Check that clauses present on the directive are allowed clauses.
501 "%s clause is not allowed on the %s directive and will be ignored"_port_en_US,
506 "%s clause is not allowed on the %s directive"_err_en_US,
546 // Enforce restriction where clauses in the given set are not allowed if the
559 "Clause %s is not allowed if clause %s appears on the %s directive"_err_en_US,
600 "Clause %s is not allowed if clause %s appears on the %s directive"_err_en_US,
611 "Clause %s is not allowed if clause %s appears on the %s directive"_err_en_US,