Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h537 SourceLocation getAtomicSpecLoc() const { return TQ_atomicLoc; } in getAtomicSpecLoc() function
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp729 QualLoc(DeclSpec::TQ_atomic, DS.getAtomicSpecLoc())}) { in diagnoseAndRemoveTypeQualifiers()
1687 DS ? DS->getAtomicSpecLoc() : Loc); in BuildQualifiedType()
2538 D.getDeclSpec().getAtomicSpecLoc()); in diagnoseRedundantReturnTypeQualifiers()
4636 TL.setKWLoc(DS.getAtomicSpecLoc()); in VisitAtomicTypeLoc()
HDSemaDecl.cpp3853 Diag(DS.getAtomicSpecLoc(), DiagID) << "_Atomic"; in ParsedFreeStandingDeclSpec()
4114 Diag(DS.getAtomicSpecLoc(), in BuildAnonymousStructOrUnion()
4117 << FixItHint::CreateRemoval(DS.getAtomicSpecLoc()); in BuildAnonymousStructOrUnion()
HDSemaDeclCXX.cpp6672 D.getDeclSpec().getAtomicSpecLoc()); in CheckConstructorDeclarator()
6842 D.getDeclSpec().getAtomicSpecLoc()); in CheckDestructorDeclarator()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp4966 DS.getAtomicSpecLoc()), in ParseDeclaratorInternal()
5002 Diag(DS.getAtomicSpecLoc(), in ParseDeclaratorInternal()