Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp739 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()
DSemaDecl.cpp4059 Diag(DS.getAtomicSpecLoc(), DiagID) << "_Atomic"; in ParsedFreeStandingDeclSpec()
4315 Diag(DS.getAtomicSpecLoc(), in BuildAnonymousStructOrUnion()
4318 << FixItHint::CreateRemoval(DS.getAtomicSpecLoc()); in BuildAnonymousStructOrUnion()
DSemaDeclCXX.cpp6836 D.getDeclSpec().getAtomicSpecLoc()); in CheckConstructorDeclarator()
7006 D.getDeclSpec().getAtomicSpecLoc()); in CheckDestructorDeclarator()
/external/clang/include/clang/Sema/
DDeclSpec.h544 SourceLocation getAtomicSpecLoc() const { return TQ_atomicLoc; } in getAtomicSpecLoc() function
/external/clang/lib/Parse/
DParseDecl.cpp5084 DS.getAtomicSpecLoc(), in ParseDeclaratorInternal()
5121 Diag(DS.getAtomicSpecLoc(), in ParseDeclaratorInternal()