28 Diag(AL.
getLoc(), diag::err_attribute_argument_type)
37 if (!MaybeNumParams) {
38 Diag(AL.
getLoc(), diag::err_attribute_argument_type)
44 unsigned Num = MaybeNumParams->getLimitedValue(255);
45 if ((
Num & 1) ||
Num > 30) {
46 Diag(AL.
getLoc(), diag::err_attribute_argument_out_of_bounds)
47 << AL << (
int)MaybeNumParams->getSExtValue()
Defines the clang::ASTContext interface.