Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h551 SourceLocation getAtomicSpecLoc() const { return TQ_atomicLoc; } in getAtomicSpecLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp791 QualLoc(DeclSpec::TQ_atomic, DS.getAtomicSpecLoc())}) { in diagnoseAndRemoveTypeQualifiers()
1949 DS ? DS->getAtomicSpecLoc() : Loc); in BuildQualifiedType()
3216 D.getDeclSpec().getAtomicSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
6057 TL.setKWLoc(DS.getAtomicSpecLoc()); in VisitAtomicTypeLoc()
H A DSemaDeclCXX.cpp10289 D.getDeclSpec().getAtomicSpecLoc()); in CheckConstructorDeclarator()
10465 D.getDeclSpec().getAtomicSpecLoc()); in CheckDestructorDeclarator()
10814 Diagnoser.check(DS.getAtomicSpecLoc(), "_Atomic"); in CheckDeductionGuideDeclarator()
16622 Diag(DS.getAtomicSpecLoc(), diag::err_friend_decl_spec) << "_Atomic"; in ActOnFriendTypeDecl()
H A DSemaDecl.cpp4867 Diag(DS.getAtomicSpecLoc(), DiagID) << "_Atomic"; in ParsedFreeStandingDeclSpec()
5124 Diag(DS.getAtomicSpecLoc(), in BuildAnonymousStructOrUnion()
5127 << FixItHint::CreateRemoval(DS.getAtomicSpecLoc()); in BuildAnonymousStructOrUnion()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp5823 DS.getAtomicSpecLoc(), DS.getUnalignedSpecLoc()), in ParseDeclaratorInternal()
5857 Diag(DS.getAtomicSpecLoc(), in ParseDeclaratorInternal()