Searched refs:getTypeSpecTypeLoc (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaType.cpp | 1440 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_unsupported) in ConvertDeclSpecToType() 1501 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_unsupported) in ConvertDeclSpecToType() 1514 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_unsupported) in ConvertDeclSpecToType() 1521 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_unsupported) in ConvertDeclSpecToType() 1529 S.Diag(DS.getTypeSpecTypeLoc(), in ConvertDeclSpecToType() 1533 S.Diag(DS.getTypeSpecTypeLoc(), diag::ext_opencl_double_without_pragma); in ConvertDeclSpecToType() 1544 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_type_unsupported) in ConvertDeclSpecToType() 1554 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_decimal_unsupported); in ConvertDeclSpecToType() 1608 S.DiagnoseUseOfDecl(TT->getDecl(), DS.getTypeSpecTypeLoc()); in ConvertDeclSpecToType() 1616 Result = S.BuildTypeofExprType(E, DS.getTypeSpecTypeLoc()); in ConvertDeclSpecToType() [all …]
|
H A D | SemaCXXScopeSpec.cpp | 854 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()
|
H A D | SemaExprCXX.cpp | 465 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() 7673 Diag(DS.getTypeSpecTypeLoc(), diag::err_decltype_auto_invalid); in ActOnPseudoDestructorExpr() 7677 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc(), in ActOnPseudoDestructorExpr() 7682 DecltypeTL.setNameLoc(DS.getTypeSpecTypeLoc()); in ActOnPseudoDestructorExpr()
|
H A D | SemaDeclCXX.cpp | 4217 BaseType = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in BuildMemInitializer() 4219 Diag(DS.getTypeSpecTypeLoc(), diag::err_decltype_auto_invalid); in BuildMemInitializer() 10450 << SourceRange(D.getDeclSpec().getTypeSpecTypeLoc()) in CheckDestructorDeclarator() 10557 << SourceRange(DS.getTypeSpecTypeLoc()) in CheckConversionDeclarator() 10814 Diagnoser.check(DS.getTypeSpecTypeLoc(), DS.getTypeSpecType()); in CheckDeductionGuideDeclarator()
|
H A D | SemaDecl.cpp | 5520 TSI = S.Context.getTrivialTypeSourceInfo(T, DS.getTypeSpecTypeLoc()); in RebuildDeclaratorInCurrentInstantiation() 8606 << SourceRange(D.getDeclSpec().getTypeSpecTypeLoc()) in CreateNewFunctionDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 514 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; } in getTypeSpecTypeLoc() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | Parser.cpp | 1075 ? DS.getTypeSpecTypeLoc().getLocWithOffset( in ParseDeclOrFunctionDefInternal()
|
H A D | ParseDecl.cpp | 6620 StartLoc = D.getDeclSpec().getTypeSpecTypeLoc(); in ParseFunctionDeclarator()
|