Searched refs:getTypeSpecTypeLoc (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 5899 TL.setNameLoc(DS.getTypeSpecTypeLoc()); in VisitTypedefTypeLoc() 5902 TL.setNameLoc(DS.getTypeSpecTypeLoc()); in VisitObjCInterfaceTypeLoc() 5943 TL.setTypeofLoc(DS.getTypeSpecTypeLoc()); in VisitTypeOfExprTypeLoc() 5948 TL.setTypeofLoc(DS.getTypeSpecTypeLoc()); in VisitTypeOfTypeLoc() 5958 TL.setKWLoc(DS.getTypeSpecTypeLoc()); in VisitUnaryTransformTypeLoc() 5967 TL.setBuiltinLoc(DS.getTypeSpecTypeLoc()); in VisitBuiltinTypeLoc() 6017 TL.setNameLoc(DS.getTypeSpecTypeLoc()); in VisitAutoTypeLoc() 6049 TL.setKWLoc(DS.getTypeSpecTypeLoc()); in VisitAtomicTypeLoc() 6065 TL.setKWLoc(DS.getTypeSpecTypeLoc()); in VisitPipeTypeLoc() 6073 TL.setNameLoc(DS.getTypeSpecTypeLoc()); in VisitExtIntTypeLoc() [all …]
|
| H A D | SemaCXXScopeSpec.cpp | 868 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype() 873 Diag(DS.getTypeSpecTypeLoc(), diag::err_expected_class_or_namespace) in ActOnCXXNestedNameSpecifierDecltype() 880 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() 7721 Diag(DS.getTypeSpecTypeLoc(), diag::err_decltype_auto_invalid); in ActOnPseudoDestructorExpr() 7725 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc(), in ActOnPseudoDestructorExpr() 7730 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() 10457 << SourceRange(D.getDeclSpec().getTypeSpecTypeLoc()) in CheckDestructorDeclarator() 10564 << SourceRange(DS.getTypeSpecTypeLoc()) in CheckConversionDeclarator() 10821 Diagnoser.check(DS.getTypeSpecTypeLoc(), DS.getTypeSpecType()); in CheckDeductionGuideDeclarator() 11638 Diag(DS.getTypeSpecTypeLoc(), diag::err_using_enum_is_dependent); in ActOnUsingEnumDeclaration()
|
| H A D | SemaDecl.cpp | 5583 TSI = S.Context.getTrivialTypeSourceInfo(T, DS.getTypeSpecTypeLoc()); in RebuildDeclaratorInCurrentInstantiation() 8665 << SourceRange(D.getDeclSpec().getTypeSpecTypeLoc()) in CreateNewFunctionDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 514 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; } in getTypeSpecTypeLoc() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 1078 ? DS.getTypeSpecTypeLoc().getLocWithOffset( in ParseDeclOrFunctionDefInternal()
|
| H A D | ParseDecl.cpp | 6637 StartLoc = D.getDeclSpec().getTypeSpecTypeLoc(); in ParseFunctionDeclarator()
|