Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp858 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 DSemaCXXScopeSpec.cpp799 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 DSemaExprCXX.cpp329 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 DSemaDeclCXX.cpp2877 BaseType = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in BuildMemInitializer()
6738 << SourceRange(D.getDeclSpec().getTypeSpecTypeLoc()) in CheckDestructorDeclarator()
6855 << SourceRange(D.getDeclSpec().getTypeSpecTypeLoc()) in CheckConversionDeclarator()
H A DSemaDecl.cpp4314 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 DDeclSpec.h510 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; } in getTypeSpecTypeLoc() function
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp5397 StartLoc = D.getDeclSpec().getTypeSpecTypeLoc(); in ParseFunctionDeclarator()