Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h617 SourceLocation getAtomicSpecLoc() const { return TQ_atomicLoc; } in getAtomicSpecLoc() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp812 QualLoc(DeclSpec::TQ_atomic, DS.getAtomicSpecLoc())}) { in diagnoseAndRemoveTypeQualifiers()
1642 DS ? DS->getAtomicSpecLoc() : Loc); in BuildQualifiedType()
2960 D.getDeclSpec().getAtomicSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
6004 TL.setKWLoc(DS.getAtomicSpecLoc()); in VisitAtomicTypeLoc()
H A DSemaDeclCXX.cpp10778 D.getDeclSpec().getAtomicSpecLoc()); in CheckConstructorDeclarator()
10942 D.getDeclSpec().getAtomicSpecLoc()); in CheckDestructorDeclarator()
11413 Diagnoser.check(DS.getAtomicSpecLoc(), "_Atomic"); in CheckDeductionGuideDeclarator()
17530 Diag(DS.getAtomicSpecLoc(), diag::err_friend_decl_spec) << "_Atomic"; in ActOnFriendTypeDecl()
H A DSemaDecl.cpp5217 Diag(DS.getAtomicSpecLoc(), DiagID) << "_Atomic"; in ParsedFreeStandingDeclSpec()
5518 Diag(DS.getAtomicSpecLoc(), in BuildAnonymousStructOrUnion()
5521 << FixItHint::CreateRemoval(DS.getAtomicSpecLoc()); in BuildAnonymousStructOrUnion()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6743 DS.getAtomicSpecLoc(), DS.getUnalignedSpecLoc()), in ParseDeclaratorInternal()
6777 Diag(DS.getAtomicSpecLoc(), in ParseDeclaratorInternal()