Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp1442 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_unsupported) << "_BitInt"; in ConvertDeclSpecToType()
1502 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_unsupported) in ConvertDeclSpecToType()
1515 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_unsupported) in ConvertDeclSpecToType()
1522 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_unsupported) in ConvertDeclSpecToType()
1534 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_opencl_requires_extension) in ConvertDeclSpecToType()
1540 S.Diag(DS.getTypeSpecTypeLoc(), diag::ext_opencl_double_without_pragma); in ConvertDeclSpecToType()
1547 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_unsupported) in ConvertDeclSpecToType()
1555 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_unsupported) << "__ibm128"; in ConvertDeclSpecToType()
1564 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_decimal_unsupported); in ConvertDeclSpecToType()
1619 S.DiagnoseUseOfDecl(TT->getDecl(), DS.getTypeSpecTypeLoc()); in ConvertDeclSpecToType()
[all …]
H A DSemaCXXScopeSpec.cpp880 Diag(DS.getTypeSpecTypeLoc(), diag::err_expected_class_or_namespace) in ActOnCXXNestedNameSpecifierDecltype()
887 DecltypeTL.setDecltypeLoc(DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype()
H A DSemaExprCXX.cpp471 Diag(DS.getTypeSpecTypeLoc(), diag::err_decltype_auto_invalid); in getDestructorTypeForDecltype()
484 Diag(DS.getTypeSpecTypeLoc(), diag::err_destructor_expr_type_mismatch) in getDestructorTypeForDecltype()
7982 Diag(DS.getTypeSpecTypeLoc(), diag::err_decltype_auto_invalid); in ActOnPseudoDestructorExpr()
7990 DecltypeTL.setDecltypeLoc(DS.getTypeSpecTypeLoc()); in ActOnPseudoDestructorExpr()
H A DSemaDeclCXX.cpp4304 Diag(DS.getTypeSpecTypeLoc(), diag::err_decltype_auto_invalid); in BuildMemInitializer()
10738 << SourceRange(D.getDeclSpec().getTypeSpecTypeLoc()) in CheckDestructorDeclarator()
10845 << SourceRange(DS.getTypeSpecTypeLoc()) in CheckConversionDeclarator()
11103 Diagnoser.check(DS.getTypeSpecTypeLoc(), DS.getTypeSpecType()); in CheckDeductionGuideDeclarator()
H A DSemaDecl.cpp6006 TSI = S.Context.getTrivialTypeSourceInfo(T, DS.getTypeSpecTypeLoc()); in RebuildDeclaratorInCurrentInstantiation()
9197 << SourceRange(D.getDeclSpec().getTypeSpecTypeLoc()) in CreateNewFunctionDecl()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h533 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; } in getTypeSpecTypeLoc() function
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParser.cpp1152 ? DS.getTypeSpecTypeLoc().getLocWithOffset( in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp6965 StartLoc = D.getDeclSpec().getTypeSpecTypeLoc(); in ParseFunctionDeclarator()