Searched refs:getRestrictSpecLoc (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 569 SourceLocation getRestrictSpecLoc() const { return TQ_restrictLoc; } in getRestrictSpecLoc() function 1481 return MethodQualifiers->getRestrictSpecLoc(); in getRestrictQualifierLoc()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaType.cpp | 782 QualLoc(DeclSpec::TQ_restrict, DS.getRestrictSpecLoc()), in diagnoseAndRemoveTypeQualifiers() 1971 Diag(DS ? DS->getRestrictSpecLoc() : Loc, DiagID) << ProblemTy; in BuildQualifiedType() 3342 D.getDeclSpec().getRestrictSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
|
H A D | SemaDeclCXX.cpp | 10569 D.getDeclSpec().getRestrictSpecLoc(), in CheckConstructorDeclarator() 10745 D.getDeclSpec().getRestrictSpecLoc(), in CheckDestructorDeclarator() 11094 Diagnoser.check(DS.getRestrictSpecLoc(), "__restrict"); in CheckDeductionGuideDeclarator() 17085 Diag(DS.getRestrictSpecLoc(), diag::err_friend_decl_spec) << "restrict"; in ActOnFriendTypeDecl()
|
H A D | SemaDecl.cpp | 5088 Diag(DS.getRestrictSpecLoc(), in ParsedFreeStandingDeclSpec() 5541 Diag(DS.getRestrictSpecLoc(), in BuildAnonymousStructOrUnion() 5544 << FixItHint::CreateRemoval(DS.getRestrictSpecLoc()); in BuildAnonymousStructOrUnion()
|
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 6125 DS.getVolatileSpecLoc(), DS.getRestrictSpecLoc(), in ParseDeclaratorInternal()
|