Searched refs:getTypeSpecWidthLoc (Results 1 – 2 of 2) sorted by relevance
1294 S.Diag(DS.getTypeSpecWidthLoc(), in ConvertDeclSpecToType()1298 S.Diag(DS.getTypeSpecWidthLoc(), diag::ext_c99_longlong); in ConvertDeclSpecToType()1313 S.Diag(DS.getTypeSpecWidthLoc(), in ConvertDeclSpecToType()1317 S.Diag(DS.getTypeSpecWidthLoc(), diag::ext_c99_longlong); in ConvertDeclSpecToType()4626 TL.setBuiltinLoc(DS.getTypeSpecWidthLoc()); in VisitBuiltinTypeLoc()
496 SourceLocation getTypeSpecWidthLoc() const { return TSWLoc; } in getTypeSpecWidthLoc() function