reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/DeclSpec.h
 1439       return MethodQualifiers->getVolatileSpecLoc();
tools/clang/lib/Parse/ParseDecl.cpp
 5611                         DS.getVolatileSpecLoc(), DS.getRestrictSpecLoc(),
 5642         Diag(DS.getVolatileSpecLoc(),
tools/clang/lib/Sema/SemaDecl.cpp
 4871         Diag(DS.getVolatileSpecLoc(),
 4874           << FixItHint::CreateRemoval(DS.getVolatileSpecLoc());
tools/clang/lib/Sema/SemaDeclCXX.cpp
  782     Diag(DS.getVolatileSpecLoc(),
 8655         D.getDeclSpec().getConstSpecLoc(), D.getDeclSpec().getVolatileSpecLoc(),
 8833                                 D.getDeclSpec().getVolatileSpecLoc(),
 9184     Diagnoser.check(DS.getVolatileSpecLoc(), "volatile");
14748       Diag(DS.getVolatileSpecLoc(), diag::err_friend_decl_spec) << "volatile";
tools/clang/lib/Sema/SemaType.cpp
  784                        QualLoc(DeclSpec::TQ_volatile, DS.getVolatileSpecLoc()),
 1739         S.Diag(DS.getVolatileSpecLoc(), diag::ext_duplicate_declspec)
 2896                               D.getDeclSpec().getVolatileSpecLoc(),