Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h549 SourceLocation getRestrictSpecLoc() const { return TQ_restrictLoc; } in getRestrictSpecLoc() function
1458 return MethodQualifiers->getRestrictSpecLoc(); in getRestrictQualifierLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp788 QualLoc(DeclSpec::TQ_restrict, DS.getRestrictSpecLoc()), in diagnoseAndRemoveTypeQualifiers()
1885 Diag(DS ? DS->getRestrictSpecLoc() : Loc, DiagID) << ProblemTy; in BuildQualifiedType()
3182 D.getDeclSpec().getRestrictSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
H A DSemaDeclCXX.cpp10281 D.getDeclSpec().getRestrictSpecLoc(), in CheckConstructorDeclarator()
10457 D.getDeclSpec().getRestrictSpecLoc(), in CheckDestructorDeclarator()
10805 Diagnoser.check(DS.getRestrictSpecLoc(), "__restrict"); in CheckDeductionGuideDeclarator()
16415 Diag(DS.getRestrictSpecLoc(), diag::err_friend_decl_spec) << "restrict"; in ActOnFriendTypeDecl()
H A DSemaDecl.cpp4606 Diag(DS.getRestrictSpecLoc(), in ParsedFreeStandingDeclSpec()
5056 Diag(DS.getRestrictSpecLoc(), in BuildAnonymousStructOrUnion()
5059 << FixItHint::CreateRemoval(DS.getRestrictSpecLoc()); in BuildAnonymousStructOrUnion()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp5805 DS.getVolatileSpecLoc(), DS.getRestrictSpecLoc(), in ParseDeclaratorInternal()