Home
last modified time | relevance | path

Searched refs:getAtomicSpecLoc (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/Sema/
DSemaType.cpp739 QualLoc(DeclSpec::TQ_atomic, DS.getAtomicSpecLoc())}) { in diagnoseAndRemoveTypeQualifiers()
1814 DS ? DS->getAtomicSpecLoc() : Loc); in BuildQualifiedType()
2771 D.getDeclSpec().getAtomicSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
4967 TL.setKWLoc(DS.getAtomicSpecLoc()); in VisitAtomicTypeLoc()
DSemaDecl.cpp4059 Diag(DS.getAtomicSpecLoc(), DiagID) << "_Atomic"; in ParsedFreeStandingDeclSpec()
4315 Diag(DS.getAtomicSpecLoc(), in BuildAnonymousStructOrUnion()
4318 << FixItHint::CreateRemoval(DS.getAtomicSpecLoc()); in BuildAnonymousStructOrUnion()
DSemaDeclCXX.cpp6836 D.getDeclSpec().getAtomicSpecLoc()); in CheckConstructorDeclarator()
7006 D.getDeclSpec().getAtomicSpecLoc()); in CheckDestructorDeclarator()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h551 SourceLocation getAtomicSpecLoc() const { return TQ_atomicLoc; } in getAtomicSpecLoc() function
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp790 QualLoc(DeclSpec::TQ_atomic, DS.getAtomicSpecLoc())}) { in diagnoseAndRemoveTypeQualifiers()
1924 DS ? DS->getAtomicSpecLoc() : Loc); in BuildQualifiedType()
3167 D.getDeclSpec().getAtomicSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
5981 TL.setKWLoc(DS.getAtomicSpecLoc()); in VisitAtomicTypeLoc()
DSemaDeclCXX.cpp10203 D.getDeclSpec().getAtomicSpecLoc()); in CheckConstructorDeclarator()
10379 D.getDeclSpec().getAtomicSpecLoc()); in CheckDestructorDeclarator()
10728 Diagnoser.check(DS.getAtomicSpecLoc(), "_Atomic"); in CheckDeductionGuideDeclarator()
16343 Diag(DS.getAtomicSpecLoc(), diag::err_friend_decl_spec) << "_Atomic"; in ActOnFriendTypeDecl()
DSemaDecl.cpp4783 Diag(DS.getAtomicSpecLoc(), DiagID) << "_Atomic"; in ParsedFreeStandingDeclSpec()
5040 Diag(DS.getAtomicSpecLoc(), in BuildAnonymousStructOrUnion()
5043 << FixItHint::CreateRemoval(DS.getAtomicSpecLoc()); in BuildAnonymousStructOrUnion()
/external/clang/lib/Parse/
DParseDecl.cpp5084 DS.getAtomicSpecLoc(), in ParseDeclaratorInternal()
5121 Diag(DS.getAtomicSpecLoc(), in ParseDeclaratorInternal()
/external/llvm-project/clang/lib/Parse/
DParseDecl.cpp5746 DS.getAtomicSpecLoc(), DS.getUnalignedSpecLoc()), in ParseDeclaratorInternal()
5780 Diag(DS.getAtomicSpecLoc(), in ParseDeclaratorInternal()