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

References

tools/clang/tools/extra/clangd/RIFF.cpp
   63       F.Chunks.push_back(*Chunk);
   72   for (const auto &C : F.Chunks)
   79   for (const auto &C : F.Chunks)
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
  431   for (const auto &Chunk : RIFF->Chunks)
  529   RIFF.Chunks.push_back({riff::fourCC("meta"), Meta});
  582   RIFF.Chunks.push_back({riff::fourCC("stri"), StringSection});
  590   RIFF.Chunks.push_back({riff::fourCC("symb"), SymbolSection});
  599     RIFF.Chunks.push_back({riff::fourCC("refs"), RefsSection});
  609     RIFF.Chunks.push_back({riff::fourCC("rela"), RelationSection});
  619     RIFF.Chunks.push_back({riff::fourCC("srcs"), SrcsSection});
  628     RIFF.Chunks.push_back({riff::fourCC("cmdl"), CmdlSection});