Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1676 DS.getTypeSpecTypeLoc()); in ConvertDeclSpecToType()
6252 TL.setNameLoc(DS.getTypeSpecTypeLoc()); in VisitTypedefTypeLoc()
6255 TL.setNameLoc(DS.getTypeSpecTypeLoc()); in VisitObjCInterfaceTypeLoc()
6297 TL.setTypeofLoc(DS.getTypeSpecTypeLoc()); in VisitTypeOfExprTypeLoc()
6303 TL.setTypeofLoc(DS.getTypeSpecTypeLoc()); in VisitTypeOfTypeLoc()
6317 TL.setKWLoc(DS.getTypeSpecTypeLoc()); in VisitUnaryTransformTypeLoc()
6376 TL.setNameLoc(DS.getTypeSpecTypeLoc()); in VisitAutoTypeLoc()
6413 TL.setKWLoc(DS.getTypeSpecTypeLoc()); in VisitAtomicTypeLoc()
6429 TL.setKWLoc(DS.getTypeSpecTypeLoc()); in VisitPipeTypeLoc()
6437 TL.setNameLoc(DS.getTypeSpecTypeLoc()); in VisitExtIntTypeLoc()
[all …]
H A DSemaCXXScopeSpec.cpp856 Diag(DS.getTypeSpecTypeLoc(), diag::err_expected_class_or_namespace) in ActOnCXXNestedNameSpecifierDecltype()
863 DecltypeTL.setDecltypeLoc(DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype()
H A DSemaExprCXX.cpp474 Diag(DS.getTypeSpecTypeLoc(), diag::err_decltype_auto_invalid); in getDestructorTypeForDecltype()
487 Diag(DS.getTypeSpecTypeLoc(), diag::err_destructor_expr_type_mismatch) in getDestructorTypeForDecltype()
8106 Diag(DS.getTypeSpecTypeLoc(), diag::err_decltype_auto_invalid); in ActOnPseudoDestructorExpr()
8114 DecltypeTL.setDecltypeLoc(DS.getTypeSpecTypeLoc()); in ActOnPseudoDestructorExpr()
H A DSemaDeclCXX.cpp4495 Diag(DS.getTypeSpecTypeLoc(), diag::err_decltype_auto_invalid); in BuildMemInitializer()
11035 << SourceRange(D.getDeclSpec().getTypeSpecTypeLoc()) in CheckDestructorDeclarator()
11142 << SourceRange(DS.getTypeSpecTypeLoc()) in CheckConversionDeclarator()
11507 Diagnoser.check(DS.getTypeSpecTypeLoc(), DS.getTypeSpecType()); in CheckDeductionGuideDeclarator()
H A DSemaDecl.cpp6143 TSI = S.Context.getTrivialTypeSourceInfo(T, DS.getTypeSpecTypeLoc()); in RebuildDeclaratorInCurrentInstantiation()
9423 << SourceRange(D.getDeclSpec().getTypeSpecTypeLoc()) in CreateNewFunctionDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h549 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; } in getTypeSpecTypeLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1181 ? DS.getTypeSpecTypeLoc().getLocWithOffset( in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp7197 StartLoc = D.getDeclSpec().getTypeSpecTypeLoc(); in ParseFunctionDeclarator()