Searched refs:getTypeSpecTypeLoc (Results 1 – 7 of 7) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaType.cpp | 858 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_int128_unsupported); in ConvertDeclSpecToType() 873 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_double_requires_fp64); in ConvertDeclSpecToType() 881 S.Diag(DS.getTypeSpecTypeLoc(), diag::err_decimal_unsupported); in ConvertDeclSpecToType() 960 S.DiagnoseUseOfDecl(TT->getDecl(), DS.getTypeSpecTypeLoc()); in ConvertDeclSpecToType() 968 Result = S.BuildTypeofExprType(E, DS.getTypeSpecTypeLoc()); in ConvertDeclSpecToType() 979 Result = S.BuildDecltypeType(E, DS.getTypeSpecTypeLoc()); in ConvertDeclSpecToType() 991 DS.getTypeSpecTypeLoc()); in ConvertDeclSpecToType() 1048 Result = S.BuildAtomicType(Result, DS.getTypeSpecTypeLoc()); in ConvertDeclSpecToType() 2256 SourceRange AutoRange = D.getDeclSpec().getTypeSpecTypeLoc(); in GetDeclSpecTypeForDeclarator() 2704 S.Diag(D.getDeclSpec().getTypeSpecTypeLoc(), in GetFullTypeForDeclarator() [all …]
|
| H A D | SemaCXXScopeSpec.cpp | 799 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype() 801 Diag(DS.getTypeSpecTypeLoc(), diag::err_expected_class_or_namespace) in ActOnCXXNestedNameSpecifierDecltype() 808 DecltypeTL.setNameLoc(DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype()
|
| H A D | SemaExprCXX.cpp | 329 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in getDestructorType() 335 Diag(DS.getTypeSpecTypeLoc(), diag::err_destructor_expr_type_mismatch) in getDestructorType() 5639 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc(), in ActOnPseudoDestructorExpr() 5644 DecltypeTL.setNameLoc(DS.getTypeSpecTypeLoc()); in ActOnPseudoDestructorExpr()
|
| H A D | SemaDeclCXX.cpp | 2877 BaseType = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in BuildMemInitializer() 6738 << SourceRange(D.getDeclSpec().getTypeSpecTypeLoc()) in CheckDestructorDeclarator() 6855 << SourceRange(D.getDeclSpec().getTypeSpecTypeLoc()) in CheckConversionDeclarator()
|
| H A D | SemaDecl.cpp | 4314 TSI = S.Context.getTrivialTypeSourceInfo(T, DS.getTypeSpecTypeLoc()); in RebuildDeclaratorInCurrentInstantiation() 6710 << SourceRange(D.getDeclSpec().getTypeSpecTypeLoc()) in CreateNewFunctionDecl() 10913 SourceLocation tagLoc = D.getDeclSpec().getTypeSpecTypeLoc(); in ParseTypedefDecl()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 510 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; } in getTypeSpecTypeLoc() function
|
| /minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 5397 StartLoc = D.getDeclSpec().getTypeSpecTypeLoc(); in ParseFunctionDeclarator()
|