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

References

tools/clang/lib/CodeGen/CGExprAgg.cpp
  328       Dest.getAddress(), Dest.isVolatile() ? type.withVolatile() : type);
tools/clang/lib/CodeGen/CGNonTrivialStruct.cpp
   46       FT = QT.isVolatileQualified() ? FT.withVolatile() : FT;
  200     EltTy = IsVolatile ? EltTy.withVolatile() : EltTy;
  208     QT = IsVolatile ? QT.withVolatile() : QT;
  392     EltQT = IsVolatile ? EltQT.withVolatile() : EltQT;
  812   QT = Dst.isVolatile() ? QT.withVolatile() : QT;
  822   QT = IsVolatile ? QT.withVolatile() : QT;
  841   QT = IsVolatile ? QT.withVolatile() : QT;
tools/clang/lib/Sema/SemaChecking.cpp
 1771   QualType AddrType = ValType.getUnqualifiedType().withVolatile();