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

References

include/llvm/DebugInfo/PDB/Native/HashTable.h
   52       IsEnd = true;
   55       IsEnd = false;
   64     if (IsEnd && R.IsEnd)
   64     if (IsEnd && R.IsEnd)
   66     if (IsEnd != R.IsEnd)
   66     if (IsEnd != R.IsEnd)
   88     IsEnd = true;
   93   bool isEnd() const { return IsEnd; }