Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h549 SourceLocation getRestrictSpecLoc() const { return TQ_restrictLoc; } in getRestrictSpecLoc() function
1435 return MethodQualifiers->getRestrictSpecLoc(); in getRestrictQualifierLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp753 QualLoc(DeclSpec::TQ_restrict, DS.getRestrictSpecLoc()), in diagnoseAndRemoveTypeQualifiers()
1766 Diag(DS ? DS->getRestrictSpecLoc() : Loc, DiagID) << ProblemTy; in BuildQualifiedType()
2832 D.getDeclSpec().getRestrictSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
H A DSemaDeclCXX.cpp8176 D.getDeclSpec().getRestrictSpecLoc(), in CheckConstructorDeclarator()
8361 D.getDeclSpec().getRestrictSpecLoc(), in CheckDestructorDeclarator()
8717 Diagnoser.check(DS.getRestrictSpecLoc(), "__restrict"); in CheckDeductionGuideDeclarator()
14192 Diag(DS.getRestrictSpecLoc(), diag::err_friend_decl_spec) << "restrict"; in ActOnFriendTypeDecl()
H A DSemaDecl.cpp4245 Diag(DS.getRestrictSpecLoc(), in ParsedFreeStandingDeclSpec()
4688 Diag(DS.getRestrictSpecLoc(), in BuildAnonymousStructOrUnion()
4691 << FixItHint::CreateRemoval(DS.getRestrictSpecLoc()); in BuildAnonymousStructOrUnion()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp5436 DS.getVolatileSpecLoc(), DS.getRestrictSpecLoc(), in ParseDeclaratorInternal()