Home
last modified time | relevance | path

Searched refs:getTypeSpecTypeLoc (Results 1 – 7 of 7) 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/clang/include/clang/Sema/
DDeclSpec.h509 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; } in getTypeSpecTypeLoc() function
/external/clang/lib/Parse/
DParseDecl.cpp5715 StartLoc = D.getDeclSpec().getTypeSpecTypeLoc(); in ParseFunctionDeclarator()