HomeSort by: relevance | last modified time | path
    Searched refs:getVolatileSpecLoc (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 550 SourceLocation getVolatileSpecLoc() const { return TQ_volatileLoc; }
1452 return MethodQualifiers->getVolatileSpecLoc();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclCXX.cpp 807 Diag(DS.getVolatileSpecLoc(),
10280 D.getDeclSpec().getConstSpecLoc(), D.getDeclSpec().getVolatileSpecLoc(),
10456 D.getDeclSpec().getVolatileSpecLoc(),
10806 Diagnoser.check(DS.getVolatileSpecLoc(), "volatile");
16413 Diag(DS.getVolatileSpecLoc(), diag::err_friend_decl_spec) << "volatile";
SemaType.cpp 789 QualLoc(DeclSpec::TQ_volatile, DS.getVolatileSpecLoc()),
1818 S.Diag(DS.getVolatileSpecLoc(), diag::ext_duplicate_declspec)
3181 D.getDeclSpec().getVolatileSpecLoc(),
SemaDecl.cpp 5051 Diag(DS.getVolatileSpecLoc(),
5054 << FixItHint::CreateRemoval(DS.getVolatileSpecLoc());
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 5805 DS.getVolatileSpecLoc(), DS.getRestrictSpecLoc(),
5836 Diag(DS.getVolatileSpecLoc(),

Completed in 46 milliseconds