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

Declarations

tools/clang/tools/extra/clang-doc/BitcodeReader.h
   47   template <typename T> llvm::Error readBlock(unsigned ID, T I);

References

tools/clang/tools/extra/clang-doc/BitcodeReader.cpp
  584     if (auto Err = readBlock(ID, Comment.get()))
  590     if (auto Err = readBlock(ID, &TI))
  598     if (auto Err = readBlock(ID, &TI))
  606     if (auto Err = readBlock(ID, &TI))
  614     if (auto Err = readBlock(ID, &R))
  622     if (auto Err = readBlock(ID, &F))
  629     if (auto Err = readBlock(ID, &BR))
  636     if (auto Err = readBlock(ID, &E))
  727   if (auto Err = readBlock(ID, static_cast<T *>(I.get())))
  788       if (auto Err = readBlock(ID, VersionNumber))