Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h617 SourceLocation getRestrictSpecLoc() const { return TQ_restrictLoc; } in getRestrictSpecLoc() function
1545 return MethodQualifiers->getRestrictSpecLoc(); in getRestrictQualifierLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp821 QualLoc(DeclSpec::TQ_restrict, DS.getRestrictSpecLoc()), in diagnoseAndRemoveTypeQualifiers()
1619 Loc = DS ? DS->getRestrictSpecLoc() : Loc; in BuildQualifiedType()
3011 D.getDeclSpec().getRestrictSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
H A DSemaDeclCXX.cpp11013 D.getDeclSpec().getRestrictSpecLoc(), in CheckConstructorDeclarator()
11182 D.getDeclSpec().getRestrictSpecLoc(), in CheckDestructorDeclarator()
11652 Diagnoser.check(DS.getRestrictSpecLoc(), "__restrict"); in CheckDeductionGuideDeclarator()
18053 Diag(DS.getRestrictSpecLoc(), diag::err_friend_decl_spec) << "restrict"; in ActOnFriendTypeDecl()
H A DSemaDecl.cpp5147 Diag(DS.getRestrictSpecLoc(), in ParsedFreeStandingDeclSpec()
5627 Diag(DS.getRestrictSpecLoc(), in BuildAnonymousStructOrUnion()
5630 << FixItHint::CreateRemoval(DS.getRestrictSpecLoc()); in BuildAnonymousStructOrUnion()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6454 DS.getVolatileSpecLoc(), DS.getRestrictSpecLoc(), in ParseDeclaratorInternal()