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

References

tools/clang/tools/extra/clangd/RIFF.cpp
   60   std::copy(RIFF->Data.begin(), RIFF->Data.begin() + 4, F.Type.begin());
   78   OS.write(F.Type.data(), F.Type.size());
   78   OS.write(F.Type.data(), F.Type.size());
tools/clang/tools/extra/clangd/RIFF.h
   61   return std::tie(L.Type, L.Chunks) == std::tie(R.Type, R.Chunks);
   61   return std::tie(L.Type, L.Chunks) == std::tie(R.Type, R.Chunks);
tools/clang/tools/extra/clangd/index/Serialization.cpp
  428   if (RIFF->Type != riff::fourCC("CdIx"))
  522   RIFF.Type = riff::fourCC("CdIx");