Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp1400 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_unsupported) in ConvertDeclSpecToType()
1418 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_requires_extension) in ConvertDeclSpecToType()
1425 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_unsupported) in ConvertDeclSpecToType()
1434 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_decimal_unsupported); in ConvertDeclSpecToType()
1482 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_requires_extension) in ConvertDeclSpecToType()
1488 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_requires_extension) in ConvertDeclSpecToType()
1494 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_requires_extension) in ConvertDeclSpecToType()
1511 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_requires_extension) in ConvertDeclSpecToType()
1526 S.DiagnoseUseOfDecl(TT->getDecl(), DS.getTypeSpecTypeLoc()); in ConvertDeclSpecToType()
1534 Result = S.BuildTypeofExprType(E, DS.getTypeSpecTypeLoc()); in ConvertDeclSpecToType()
[all …]
DSemaCXXScopeSpec.cpp852 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype()
854 Diag(DS.getTypeSpecTypeLoc(), diag::err_expected_class_or_namespace) in ActOnCXXNestedNameSpecifierDecltype()
861 DecltypeTL.setNameLoc(DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype()
DSemaExprCXX.cpp331 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in getDestructorType()
337 Diag(DS.getTypeSpecTypeLoc(), diag::err_destructor_expr_type_mismatch) in getDestructorType()
6333 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc(), in ActOnPseudoDestructorExpr()
6338 DecltypeTL.setNameLoc(DS.getTypeSpecTypeLoc()); in ActOnPseudoDestructorExpr()
DSemaDeclCXX.cpp2912 BaseType = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in BuildMemInitializer()
6998 << SourceRange(D.getDeclSpec().getTypeSpecTypeLoc()) in CheckDestructorDeclarator()
7115 << SourceRange(D.getDeclSpec().getTypeSpecTypeLoc()) in CheckConversionDeclarator()
DSemaDecl.cpp4743 TSI = S.Context.getTrivialTypeSourceInfo(T, DS.getTypeSpecTypeLoc()); in RebuildDeclaratorInCurrentInstantiation()
7448 << SourceRange(D.getDeclSpec().getTypeSpecTypeLoc()) in CreateNewFunctionDecl()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp1460 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_unsupported) in ConvertDeclSpecToType()
1521 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_unsupported) in ConvertDeclSpecToType()
1534 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_unsupported) in ConvertDeclSpecToType()
1541 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_unsupported) in ConvertDeclSpecToType()
1556 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_unsupported) in ConvertDeclSpecToType()
1566 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_decimal_unsupported); in ConvertDeclSpecToType()
1620 S.DiagnoseUseOfDecl(TT->getDecl(), DS.getTypeSpecTypeLoc()); in ConvertDeclSpecToType()
1628 Result = S.BuildTypeofExprType(E, DS.getTypeSpecTypeLoc()); in ConvertDeclSpecToType()
1639 Result = S.BuildDecltypeType(E, DS.getTypeSpecTypeLoc()); in ConvertDeclSpecToType()
1651 DS.getTypeSpecTypeLoc()); in ConvertDeclSpecToType()
[all …]
DSemaCXXScopeSpec.cpp854 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype()
859 Diag(DS.getTypeSpecTypeLoc(), diag::err_expected_class_or_namespace) in ActOnCXXNestedNameSpecifierDecltype()
866 DecltypeTL.setNameLoc(DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype()
DSemaExprCXX.cpp465 Diag(DS.getTypeSpecTypeLoc(), diag::err_decltype_auto_invalid); in getDestructorTypeForDecltype()
471 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in getDestructorTypeForDecltype()
478 Diag(DS.getTypeSpecTypeLoc(), diag::err_destructor_expr_type_mismatch) in getDestructorTypeForDecltype()
7599 Diag(DS.getTypeSpecTypeLoc(), diag::err_decltype_auto_invalid); in ActOnPseudoDestructorExpr()
7603 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc(), in ActOnPseudoDestructorExpr()
7608 DecltypeTL.setNameLoc(DS.getTypeSpecTypeLoc()); in ActOnPseudoDestructorExpr()
DSema.cpp2505 auto Loc = DS.getTypeSpecTypeLoc(); in checkOpenCLDisabledTypeDeclSpec()
DSemaDeclCXX.cpp4196 BaseType = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in BuildMemInitializer()
4198 Diag(DS.getTypeSpecTypeLoc(), diag::err_decltype_auto_invalid); in BuildMemInitializer()
10371 << SourceRange(D.getDeclSpec().getTypeSpecTypeLoc()) in CheckDestructorDeclarator()
10478 << SourceRange(DS.getTypeSpecTypeLoc()) in CheckConversionDeclarator()
10735 Diagnoser.check(DS.getTypeSpecTypeLoc(), DS.getTypeSpecType()); in CheckDeductionGuideDeclarator()
DSemaDecl.cpp5500 TSI = S.Context.getTrivialTypeSourceInfo(T, DS.getTypeSpecTypeLoc()); in RebuildDeclaratorInCurrentInstantiation()
8545 << SourceRange(D.getDeclSpec().getTypeSpecTypeLoc()) in CreateNewFunctionDecl()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h514 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; } in getTypeSpecTypeLoc() function
/external/llvm-project/clang/lib/Parse/
DParser.cpp1073 ? DS.getTypeSpecTypeLoc().getLocWithOffset( in ParseDeclOrFunctionDefInternal()
DParseDecl.cpp6560 StartLoc = D.getDeclSpec().getTypeSpecTypeLoc(); in ParseFunctionDeclarator()
/external/clang/lib/Parse/
DParseDecl.cpp5715 StartLoc = D.getDeclSpec().getTypeSpecTypeLoc(); in ParseFunctionDeclarator()