Searched refs:getRestrictSpecLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 585 SourceLocation getRestrictSpecLoc() const { return TQ_restrictLoc; } in getRestrictSpecLoc() function 1497 return MethodQualifiers->getRestrictSpecLoc(); in getRestrictQualifierLoc()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 799 QualLoc(DeclSpec::TQ_restrict, DS.getRestrictSpecLoc()), in diagnoseAndRemoveTypeQualifiers() 1989 Diag(DS ? DS->getRestrictSpecLoc() : Loc, DiagID) << ProblemTy; in BuildQualifiedType() 3435 D.getDeclSpec().getRestrictSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
|
| H A D | SemaDeclCXX.cpp | 10866 D.getDeclSpec().getRestrictSpecLoc(), in CheckConstructorDeclarator() 11042 D.getDeclSpec().getRestrictSpecLoc(), in CheckDestructorDeclarator() 11498 Diagnoser.check(DS.getRestrictSpecLoc(), "__restrict"); in CheckDeductionGuideDeclarator() 17763 Diag(DS.getRestrictSpecLoc(), diag::err_friend_decl_spec) << "restrict"; in ActOnFriendTypeDecl()
|
| H A D | SemaDecl.cpp | 5174 Diag(DS.getRestrictSpecLoc(), in ParsedFreeStandingDeclSpec() 5676 Diag(DS.getRestrictSpecLoc(), in BuildAnonymousStructOrUnion() 5679 << FixItHint::CreateRemoval(DS.getRestrictSpecLoc()); in BuildAnonymousStructOrUnion()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 6346 DS.getVolatileSpecLoc(), DS.getRestrictSpecLoc(), in ParseDeclaratorInternal()
|