Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h534 SourceLocation getAtomicSpecLoc() const { return TQ_atomicLoc; } in getAtomicSpecLoc() function
/external/clang/lib/Sema/
DSemaType.cpp726 QualLoc(DeclSpec::TQ_atomic, DS.getAtomicSpecLoc())}) { in diagnoseAndRemoveTypeQualifiers()
1710 DS ? DS->getAtomicSpecLoc() : Loc); in BuildQualifiedType()
2561 D.getDeclSpec().getAtomicSpecLoc()); in diagnoseRedundantReturnTypeQualifiers()
4678 TL.setKWLoc(DS.getAtomicSpecLoc()); in VisitAtomicTypeLoc()
DSemaDecl.cpp3929 Diag(DS.getAtomicSpecLoc(), DiagID) << "_Atomic"; in ParsedFreeStandingDeclSpec()
4188 Diag(DS.getAtomicSpecLoc(), in BuildAnonymousStructOrUnion()
4191 << FixItHint::CreateRemoval(DS.getAtomicSpecLoc()); in BuildAnonymousStructOrUnion()
DSemaDeclCXX.cpp6673 D.getDeclSpec().getAtomicSpecLoc()); in CheckConstructorDeclarator()
6843 D.getDeclSpec().getAtomicSpecLoc()); in CheckDestructorDeclarator()
/external/clang/lib/Parse/
DParseDecl.cpp4977 DS.getAtomicSpecLoc()), in ParseDeclaratorInternal()
5013 Diag(DS.getAtomicSpecLoc(), in ParseDeclaratorInternal()