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

/external/clang/lib/Sema/
H A DSemaType.cpp1136 QualLoc(DeclSpec::TQ_atomic, DS.getAtomicSpecLoc())
1248 DS ? DS->getAtomicSpecLoc() : Loc);
2105 D.getDeclSpec().getAtomicSpecLoc());
3637 TL.setKWLoc(DS.getAtomicSpecLoc());
H A DSemaDecl.cpp3507 Diag(DS.getAtomicSpecLoc(), DiagID) << "_Atomic";
3773 Diag(DS.getAtomicSpecLoc(),
3776 << FixItHint::CreateRemoval(DS.getAtomicSpecLoc());
H A DSemaDeclCXX.cpp6287 D.getDeclSpec().getAtomicSpecLoc());
6457 D.getDeclSpec().getAtomicSpecLoc());
/external/clang/include/clang/Sema/
H A DDeclSpec.h527 SourceLocation getAtomicSpecLoc() const { return TQ_atomicLoc; } function in class:clang::DeclSpec
/external/clang/lib/Parse/
H A DParseDecl.cpp4635 Diag(DS.getAtomicSpecLoc(),

Completed in 634 milliseconds