Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h551 SourceLocation getAtomicSpecLoc() const { return TQ_atomicLoc; } in getAtomicSpecLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp755 QualLoc(DeclSpec::TQ_atomic, DS.getAtomicSpecLoc())}) { in diagnoseAndRemoveTypeQualifiers()
1806 DS ? DS->getAtomicSpecLoc() : Loc); in BuildQualifiedType()
2833 D.getDeclSpec().getAtomicSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
5450 TL.setKWLoc(DS.getAtomicSpecLoc()); in VisitAtomicTypeLoc()
H A DSemaDeclCXX.cpp8177 D.getDeclSpec().getAtomicSpecLoc()); in CheckConstructorDeclarator()
8362 D.getDeclSpec().getAtomicSpecLoc()); in CheckDestructorDeclarator()
8719 Diagnoser.check(DS.getAtomicSpecLoc(), "_Atomic"); in CheckDeductionGuideDeclarator()
14194 Diag(DS.getAtomicSpecLoc(), diag::err_friend_decl_spec) << "_Atomic"; in ActOnFriendTypeDecl()
H A DSemaDecl.cpp4436 Diag(DS.getAtomicSpecLoc(), DiagID) << "_Atomic"; in ParsedFreeStandingDeclSpec()
4693 Diag(DS.getAtomicSpecLoc(), in BuildAnonymousStructOrUnion()
4696 << FixItHint::CreateRemoval(DS.getAtomicSpecLoc()); in BuildAnonymousStructOrUnion()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp5437 DS.getAtomicSpecLoc(), DS.getUnalignedSpecLoc()), in ParseDeclaratorInternal()
5471 Diag(DS.getAtomicSpecLoc(), in ParseDeclaratorInternal()