Home
last modified time | relevance | path

Searched refs:getRestrictSpecLoc (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h550 SourceLocation getRestrictSpecLoc() const { return TQ_restrictLoc; } in getRestrictSpecLoc() function
1459 return MethodQualifiers->getRestrictSpecLoc(); in getRestrictQualifierLoc()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp779 QualLoc(DeclSpec::TQ_restrict, DS.getRestrictSpecLoc()), in diagnoseAndRemoveTypeQualifiers()
1949 Diag(DS ? DS->getRestrictSpecLoc() : Loc, DiagID) << ProblemTy; in BuildQualifiedType()
3275 D.getDeclSpec().getRestrictSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
H A DSemaDeclCXX.cpp10481 D.getDeclSpec().getRestrictSpecLoc(), in CheckConstructorDeclarator()
10657 D.getDeclSpec().getRestrictSpecLoc(), in CheckDestructorDeclarator()
11005 Diagnoser.check(DS.getRestrictSpecLoc(), "__restrict"); in CheckDeductionGuideDeclarator()
16876 Diag(DS.getRestrictSpecLoc(), diag::err_friend_decl_spec) << "restrict"; in ActOnFriendTypeDecl()
H A DSemaDecl.cpp5012 Diag(DS.getRestrictSpecLoc(), in ParsedFreeStandingDeclSpec()
5465 Diag(DS.getRestrictSpecLoc(), in BuildAnonymousStructOrUnion()
5468 << FixItHint::CreateRemoval(DS.getRestrictSpecLoc()); in BuildAnonymousStructOrUnion()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp5989 DS.getVolatileSpecLoc(), DS.getRestrictSpecLoc(), in ParseDeclaratorInternal()