Searched refs:getTypeSpecWidthLoc (Results 1 – 2 of 2) sorted by relevance
1282 S.Diag(DS.getTypeSpecWidthLoc(), in ConvertDeclSpecToType()1286 S.Diag(DS.getTypeSpecWidthLoc(), diag::ext_c99_longlong); in ConvertDeclSpecToType()1301 S.Diag(DS.getTypeSpecWidthLoc(), in ConvertDeclSpecToType()1305 S.Diag(DS.getTypeSpecWidthLoc(), diag::ext_c99_longlong); in ConvertDeclSpecToType()4584 TL.setBuiltinLoc(DS.getTypeSpecWidthLoc()); in VisitBuiltinTypeLoc()
500 SourceLocation getTypeSpecWidthLoc() const { return TSWLoc; } in getTypeSpecWidthLoc() function