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

References

lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  188   assert(!TypeKind.hasValue() && "Already in a type mapping!");
  199   TypeKind = CVR.kind();
  220   assert(TypeKind.hasValue() && "Not in a type mapping!");
  225   TypeKind.reset();
  230   assert(TypeKind.hasValue() && "Not in a type mapping!");
  256   assert(TypeKind.hasValue() && "Not in a type mapping!");
  637   const bool IsFromOverloadList = (TypeKind == LF_METHODLIST);