Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h552 SourceLocation getAtomicSpecLoc() const { return TQ_atomicLoc; } in getAtomicSpecLoc() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp781 QualLoc(DeclSpec::TQ_atomic, DS.getAtomicSpecLoc())}) { in diagnoseAndRemoveTypeQualifiers()
1989 DS ? DS->getAtomicSpecLoc() : Loc); in BuildQualifiedType()
3276 D.getDeclSpec().getAtomicSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
6173 TL.setKWLoc(DS.getAtomicSpecLoc()); in VisitAtomicTypeLoc()
H A DSemaDeclCXX.cpp10482 D.getDeclSpec().getAtomicSpecLoc()); in CheckConstructorDeclarator()
10658 D.getDeclSpec().getAtomicSpecLoc()); in CheckDestructorDeclarator()
11007 Diagnoser.check(DS.getAtomicSpecLoc(), "_Atomic"); in CheckDeductionGuideDeclarator()
16878 Diag(DS.getAtomicSpecLoc(), diag::err_friend_decl_spec) << "_Atomic"; in ActOnFriendTypeDecl()
H A DSemaDecl.cpp5210 Diag(DS.getAtomicSpecLoc(), DiagID) << "_Atomic"; in ParsedFreeStandingDeclSpec()
5470 Diag(DS.getAtomicSpecLoc(), in BuildAnonymousStructOrUnion()
5473 << FixItHint::CreateRemoval(DS.getAtomicSpecLoc()); in BuildAnonymousStructOrUnion()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp5990 DS.getAtomicSpecLoc(), DS.getUnalignedSpecLoc()), in ParseDeclaratorInternal()
6024 Diag(DS.getAtomicSpecLoc(), in ParseDeclaratorInternal()