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

Declarations

include/llvm/DebugInfo/PDB/Native/DbiModuleList.h
   58   bool isEnd() const;

References

lib/DebugInfo/PDB/Native/DbiModuleList.cpp
   36   if (isEnd() && R.isEnd())
   36   if (isEnd() && R.isEnd())
   40   if (isEnd() != R.isEnd())
   40   if (isEnd() != R.isEnd())
   51   assert(!isEnd());
   52   assert(!R.isEnd());
   76   if (isEnd() && R.isEnd())
   76   if (isEnd() && R.isEnd())
   79   assert(!R.isEnd());
   86   if (isEnd()) {
   97   assert(!isEnd());
  118   if (isEnd()) {