Home
last modified time | relevance | path

Searched refs:getTypeSpecTypeLoc (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1068 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_unsupported) << "_BitInt"; in ConvertDeclSpecToType()
1127 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_unsupported) in ConvertDeclSpecToType()
1140 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_unsupported) in ConvertDeclSpecToType()
1149 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_unsupported) << "__bf16"; in ConvertDeclSpecToType()
1160 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_opencl_requires_extension) in ConvertDeclSpecToType()
1166 S.Diag(DS.getTypeSpecTypeLoc(), diag::ext_opencl_double_without_pragma); in ConvertDeclSpecToType()
1172 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_unsupported) in ConvertDeclSpecToType()
1180 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_unsupported) << "__ibm128"; in ConvertDeclSpecToType()
1189 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_decimal_unsupported); in ConvertDeclSpecToType()
1244 S.DiagnoseUseOfDecl(TT->getDecl(), DS.getTypeSpecTypeLoc()); in ConvertDeclSpecToType()
[all …]
H A DSemaCXXScopeSpec.cpp793 Diag(DS.getTypeSpecTypeLoc(), diag::err_expected_class_or_namespace) in ActOnCXXNestedNameSpecifierDecltype()
800 DecltypeTL.setDecltypeLoc(DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype()
H A DSemaExprCXX.cpp455 Diag(DS.getTypeSpecTypeLoc(), diag::err_decltype_auto_invalid); in getDestructorTypeForDecltype()
468 Diag(DS.getTypeSpecTypeLoc(), diag::err_destructor_expr_type_mismatch) in getDestructorTypeForDecltype()
7344 Diag(DS.getTypeSpecTypeLoc(), diag::err_decltype_auto_invalid); in ActOnPseudoDestructorExpr()
7350 DecltypeTL.setDecltypeLoc(DS.getTypeSpecTypeLoc()); in ActOnPseudoDestructorExpr()
H A DSemaDeclCXX.cpp4435 Diag(DS.getTypeSpecTypeLoc(), diag::err_decltype_auto_invalid); in BuildMemInitializer()
11175 << SourceRange(D.getDeclSpec().getTypeSpecTypeLoc()) in CheckDestructorDeclarator()
11277 << SourceRange(DS.getTypeSpecTypeLoc()) in CheckConversionDeclarator()
11661 Diagnoser.check(DS.getTypeSpecTypeLoc(), DS.getTypeSpecType()); in CheckDeductionGuideDeclarator()
H A DSemaDecl.cpp6081 TSI = S.Context.getTrivialTypeSourceInfo(T, DS.getTypeSpecTypeLoc()); in RebuildDeclaratorInCurrentInstantiation()
9496 << SourceRange(D.getDeclSpec().getTypeSpecTypeLoc()) in CreateNewFunctionDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h581 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; } in getTypeSpecTypeLoc() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1124 ? DS.getTypeSpecTypeLoc().getLocWithOffset( in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp7296 StartLoc = D.getDeclSpec().getTypeSpecTypeLoc(); in ParseFunctionDeclarator()