Searched refs:getTypeSpecWidthLoc (Results 1 – 2 of 2) sorted by relevance
825 S.Diag(DS.getTypeSpecWidthLoc(), in ConvertDeclSpecToType()829 S.Diag(DS.getTypeSpecWidthLoc(), diag::ext_c99_longlong); in ConvertDeclSpecToType()844 S.Diag(DS.getTypeSpecWidthLoc(), in ConvertDeclSpecToType()848 S.Diag(DS.getTypeSpecWidthLoc(), diag::ext_c99_longlong); in ConvertDeclSpecToType()3635 TL.setBuiltinLoc(DS.getTypeSpecWidthLoc()); in VisitBuiltinTypeLoc()
507 SourceLocation getTypeSpecWidthLoc() const { return TSWLoc; } in getTypeSpecWidthLoc() function