Searched refs:getTypeSpecWidthLoc (Results 1 – 2 of 2) sorted by relevance
826 S.Diag(DS.getTypeSpecWidthLoc(), in ConvertDeclSpecToType()830 S.Diag(DS.getTypeSpecWidthLoc(), diag::ext_c99_longlong); in ConvertDeclSpecToType()845 S.Diag(DS.getTypeSpecWidthLoc(), in ConvertDeclSpecToType()849 S.Diag(DS.getTypeSpecWidthLoc(), diag::ext_c99_longlong); in ConvertDeclSpecToType()3589 TL.setBuiltinLoc(DS.getTypeSpecWidthLoc()); in VisitBuiltinTypeLoc()
507 SourceLocation getTypeSpecWidthLoc() const { return TSWLoc; } in getTypeSpecWidthLoc() function