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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  487   WindowsRTClassKind getWinRTKind() const {
include/llvm/Support/YAMLTraits.h
  793   void enumCase(T &Val, const char* Str, const T ConstVal) {
  793   void enumCase(T &Val, const char* Str, const T ConstVal) {
  801   void enumCase(T &Val, const char* Str, const uint32_t ConstVal) {
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  315     IO &IO, WindowsRTClassKind &Value) {
  316   IO.enumCase(Value, "None", WindowsRTClassKind::None);
  317   IO.enumCase(Value, "Ref", WindowsRTClassKind::RefClass);
  318   IO.enumCase(Value, "Value", WindowsRTClassKind::ValueClass);
  319   IO.enumCase(Value, "Interface", WindowsRTClassKind::Interface);