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

Overrides

include/llvm/DebugInfo/CodeView/TypeCollection.h
   30   virtual bool contains(TypeIndex Index) = 0;

Declarations

include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h
   77   bool contains(TypeIndex Index) override;

References

lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
   85   assert(contains(Index));
   95   assert(contains(Index));
  109   assert(contains(Index));
  151   if (contains(TI))
  184   if (contains(TIB)) {
unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
  131     if (!Types.contains(TI))