Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp6008 TL.setNameLoc(DS.getTypeSpecTypeLoc()); in VisitTypedefTypeLoc()
6011 TL.setNameLoc(DS.getTypeSpecTypeLoc()); in VisitObjCInterfaceTypeLoc()
6052 TL.setTypeofLoc(DS.getTypeSpecTypeLoc()); in VisitTypeOfExprTypeLoc()
6057 TL.setTypeofLoc(DS.getTypeSpecTypeLoc()); in VisitTypeOfTypeLoc()
6072 TL.setKWLoc(DS.getTypeSpecTypeLoc()); in VisitUnaryTransformTypeLoc()
6081 TL.setBuiltinLoc(DS.getTypeSpecTypeLoc()); in VisitBuiltinTypeLoc()
6131 TL.setNameLoc(DS.getTypeSpecTypeLoc()); in VisitAutoTypeLoc()
6165 TL.setKWLoc(DS.getTypeSpecTypeLoc()); in VisitAtomicTypeLoc()
6181 TL.setKWLoc(DS.getTypeSpecTypeLoc()); in VisitPipeTypeLoc()
6189 TL.setNameLoc(DS.getTypeSpecTypeLoc()); in VisitExtIntTypeLoc()
[all …]
H A DSemaCXXScopeSpec.cpp880 Diag(DS.getTypeSpecTypeLoc(), diag::err_expected_class_or_namespace) in ActOnCXXNestedNameSpecifierDecltype()
887 DecltypeTL.setDecltypeLoc(DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype()
H A DSemaExprCXX.cpp468 Diag(DS.getTypeSpecTypeLoc(), diag::err_decltype_auto_invalid); in getDestructorTypeForDecltype()
481 Diag(DS.getTypeSpecTypeLoc(), diag::err_destructor_expr_type_mismatch) in getDestructorTypeForDecltype()
7962 Diag(DS.getTypeSpecTypeLoc(), diag::err_decltype_auto_invalid); in ActOnPseudoDestructorExpr()
7970 DecltypeTL.setDecltypeLoc(DS.getTypeSpecTypeLoc()); in ActOnPseudoDestructorExpr()
H A DSemaDeclCXX.cpp4268 Diag(DS.getTypeSpecTypeLoc(), diag::err_decltype_auto_invalid); in BuildMemInitializer()
10650 << SourceRange(D.getDeclSpec().getTypeSpecTypeLoc()) in CheckDestructorDeclarator()
10757 << SourceRange(DS.getTypeSpecTypeLoc()) in CheckConversionDeclarator()
11014 Diagnoser.check(DS.getTypeSpecTypeLoc(), DS.getTypeSpecType()); in CheckDeductionGuideDeclarator()
11838 Diag(DS.getTypeSpecTypeLoc(), diag::err_using_enum_is_dependent); in ActOnUsingEnumDeclaration()
H A DSemaDecl.cpp5928 TSI = S.Context.getTrivialTypeSourceInfo(T, DS.getTypeSpecTypeLoc()); in RebuildDeclaratorInCurrentInstantiation()
9059 << SourceRange(D.getDeclSpec().getTypeSpecTypeLoc()) in CreateNewFunctionDecl()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h514 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; } in getTypeSpecTypeLoc() function
/llvm-project-15.0.7/clang/lib/Parse/
H A DParser.cpp1120 ? DS.getTypeSpecTypeLoc().getLocWithOffset( in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp6812 StartLoc = D.getDeclSpec().getTypeSpecTypeLoc(); in ParseFunctionDeclarator()