Searched refs:getAtomicSpecLoc (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaType.cpp | 739 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()
|
D | SemaDecl.cpp | 4059 Diag(DS.getAtomicSpecLoc(), DiagID) << "_Atomic"; in ParsedFreeStandingDeclSpec() 4315 Diag(DS.getAtomicSpecLoc(), in BuildAnonymousStructOrUnion() 4318 << FixItHint::CreateRemoval(DS.getAtomicSpecLoc()); in BuildAnonymousStructOrUnion()
|
D | SemaDeclCXX.cpp | 6836 D.getDeclSpec().getAtomicSpecLoc()); in CheckConstructorDeclarator() 7006 D.getDeclSpec().getAtomicSpecLoc()); in CheckDestructorDeclarator()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | DeclSpec.h | 551 SourceLocation getAtomicSpecLoc() const { return TQ_atomicLoc; } in getAtomicSpecLoc() function
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaType.cpp | 790 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()
|
D | SemaDeclCXX.cpp | 10203 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()
|
D | SemaDecl.cpp | 4783 Diag(DS.getAtomicSpecLoc(), DiagID) << "_Atomic"; in ParsedFreeStandingDeclSpec() 5040 Diag(DS.getAtomicSpecLoc(), in BuildAnonymousStructOrUnion() 5043 << FixItHint::CreateRemoval(DS.getAtomicSpecLoc()); in BuildAnonymousStructOrUnion()
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 5084 DS.getAtomicSpecLoc(), in ParseDeclaratorInternal() 5121 Diag(DS.getAtomicSpecLoc(), in ParseDeclaratorInternal()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseDecl.cpp | 5746 DS.getAtomicSpecLoc(), DS.getUnalignedSpecLoc()), in ParseDeclaratorInternal() 5780 Diag(DS.getAtomicSpecLoc(), in ParseDeclaratorInternal()
|