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

References

include/llvm/DebugInfo/CodeView/TypeIndex.h
  110   uint32_t getIndex() const { return Index; }
  111   void setIndex(uint32_t I) { Index = I; }
  112   bool isSimple() const { return Index < FirstNonSimpleIndex; }
  113   bool isDecoratedItemId() const { return !!(Index & DecoratedItemIdMask); }
  128     return static_cast<SimpleTypeKind>(Index & SimpleKindMask);
  133     return static_cast<SimpleTypeMode>(Index & SimpleModeMask);
  189     Index += N;
  194     Index += 1;
  205     assert(Index >= N);
  206     Index -= N;
  211     Index -= 1;