Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h549 SourceLocation getRestrictSpecLoc() const { return TQ_restrictLoc; } in getRestrictSpecLoc() function
1458 return MethodQualifiers->getRestrictSpecLoc(); in getRestrictQualifierLoc()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp789 QualLoc(DeclSpec::TQ_restrict, DS.getRestrictSpecLoc()), in diagnoseAndRemoveTypeQualifiers()
1909 Diag(DS ? DS->getRestrictSpecLoc() : Loc, DiagID) << ProblemTy; in BuildQualifiedType()
3215 D.getDeclSpec().getRestrictSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
H A DSemaDeclCXX.cpp10288 D.getDeclSpec().getRestrictSpecLoc(), in CheckConstructorDeclarator()
10464 D.getDeclSpec().getRestrictSpecLoc(), in CheckDestructorDeclarator()
10812 Diagnoser.check(DS.getRestrictSpecLoc(), "__restrict"); in CheckDeductionGuideDeclarator()
16620 Diag(DS.getRestrictSpecLoc(), diag::err_friend_decl_spec) << "restrict"; in ActOnFriendTypeDecl()
H A DSemaDecl.cpp4669 Diag(DS.getRestrictSpecLoc(), in ParsedFreeStandingDeclSpec()
5119 Diag(DS.getRestrictSpecLoc(), in BuildAnonymousStructOrUnion()
5122 << FixItHint::CreateRemoval(DS.getRestrictSpecLoc()); in BuildAnonymousStructOrUnion()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp5822 DS.getVolatileSpecLoc(), DS.getRestrictSpecLoc(), in ParseDeclaratorInternal()