Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h542 SourceLocation getRestrictSpecLoc() const { return TQ_restrictLoc; } in getRestrictSpecLoc() function
/external/clang/lib/Sema/
DSemaType.cpp737 QualLoc(DeclSpec::TQ_restrict, DS.getRestrictSpecLoc()), in diagnoseAndRemoveTypeQualifiers()
1779 Diag(DS ? DS->getRestrictSpecLoc() : Loc, DiagID) << ProblemTy; in BuildQualifiedType()
2770 D.getDeclSpec().getRestrictSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
DSemaDecl.cpp3860 Diag(DS.getRestrictSpecLoc(), in ParsedFreeStandingDeclSpec()
4310 Diag(DS.getRestrictSpecLoc(), in BuildAnonymousStructOrUnion()
4313 << FixItHint::CreateRemoval(DS.getRestrictSpecLoc()); in BuildAnonymousStructOrUnion()
DSemaDeclCXX.cpp6835 D.getDeclSpec().getRestrictSpecLoc(), in CheckConstructorDeclarator()
7005 D.getDeclSpec().getRestrictSpecLoc(), in CheckDestructorDeclarator()
/external/clang/lib/Parse/
DParseDecl.cpp5083 DS.getRestrictSpecLoc(), in ParseDeclaratorInternal()
5647 RestrictQualifierLoc = DS.getRestrictSpecLoc(); in ParseFunctionDeclarator()
DParseDeclCXX.cpp2199 DeclSpecCheck(DeclSpec::TQ_restrict, "restrict", DS.getRestrictSpecLoc(), in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq()