Searched refs:getTypeSpecWidthLoc (Results 1 – 3 of 3) sorted by relevance
510 SourceLocation getTypeSpecWidthLoc() const { return TSWRange.getBegin(); } in getTypeSpecWidthLoc() function
1403 S.Diag(DS.getTypeSpecWidthLoc(), in ConvertDeclSpecToType()1407 S.Diag(DS.getTypeSpecWidthLoc(), diag::ext_c99_longlong); in ConvertDeclSpecToType()1428 S.Diag(DS.getTypeSpecWidthLoc(), in ConvertDeclSpecToType()1432 S.Diag(DS.getTypeSpecWidthLoc(), diag::ext_c99_longlong); in ConvertDeclSpecToType()
10820 Diagnoser.check(DS.getTypeSpecWidthLoc(), DS.getTypeSpecWidth()); in CheckDeductionGuideDeclarator()