Home
last modified time | relevance | path

Searched refs:getTypeSpecWidthLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Sema/
DSemaType.cpp1368 S.Diag(DS.getTypeSpecWidthLoc(), in ConvertDeclSpecToType()
1372 S.Diag(DS.getTypeSpecWidthLoc(), diag::ext_c99_longlong); in ConvertDeclSpecToType()
1387 S.Diag(DS.getTypeSpecWidthLoc(), in ConvertDeclSpecToType()
1391 S.Diag(DS.getTypeSpecWidthLoc(), diag::ext_c99_longlong); in ConvertDeclSpecToType()
4915 TL.setBuiltinLoc(DS.getTypeSpecWidthLoc()); in VisitBuiltinTypeLoc()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h510 SourceLocation getTypeSpecWidthLoc() const { return TSWRange.getBegin(); } in getTypeSpecWidthLoc() function
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp1422 S.Diag(DS.getTypeSpecWidthLoc(), in ConvertDeclSpecToType()
1426 S.Diag(DS.getTypeSpecWidthLoc(), diag::ext_c99_longlong); in ConvertDeclSpecToType()
1447 S.Diag(DS.getTypeSpecWidthLoc(), in ConvertDeclSpecToType()
1451 S.Diag(DS.getTypeSpecWidthLoc(), diag::ext_c99_longlong); in ConvertDeclSpecToType()
DSemaDeclCXX.cpp10734 Diagnoser.check(DS.getTypeSpecWidthLoc(), DS.getTypeSpecWidth()); in CheckDeductionGuideDeclarator()