Searched refs:getTypeSpecWidthLoc (Results 1 – 2 of 2) sorted by relevance
824 S.Diag(DS.getTypeSpecWidthLoc(), in ConvertDeclSpecToType()828 S.Diag(DS.getTypeSpecWidthLoc(), diag::ext_c99_longlong); in ConvertDeclSpecToType()843 S.Diag(DS.getTypeSpecWidthLoc(), in ConvertDeclSpecToType()847 S.Diag(DS.getTypeSpecWidthLoc(), diag::ext_c99_longlong); in ConvertDeclSpecToType()3585 TL.setBuiltinLoc(DS.getTypeSpecWidthLoc()); in VisitBuiltinTypeLoc()
490 SourceLocation getTypeSpecWidthLoc() const { return TSWLoc; } in getTypeSpecWidthLoc() function