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/TypeTableCollection.h
   29   bool contains(TypeIndex Index) override;

References

lib/DebugInfo/CodeView/TypeTableCollection.cpp
   30   assert(contains(Prev));