Home | History | Annotate | Download | only in compiler

Lines Matching full:qualifiers

998         // Redeclarations are allowed.  But, return types and parameter qualifiers must match.
1008 context->error($2.line, "overloaded functions must have the same parameter qualifiers", $1->getParam(i).type->getQualifierString(), "");
1068 context->error($2.line, "no qualifiers allowed for function return", getQualifierString($1.qualifier), "");