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

References

include/llvm/Demangle/MicrosoftDemangleNodes.h
  606   CharKind Char = CharKind::Char;
  606   CharKind Char = CharKind::Char;
lib/Demangle/MicrosoftDemangle.cpp
 1323     Result->Char = CharKind::Wchar;
 1358       Result->Char = CharKind::Char;
 1361       Result->Char = CharKind::Char16;
 1364       Result->Char = CharKind::Char32;
lib/Demangle/MicrosoftDemangleNodes.cpp
  169   case CharKind::Wchar:
  172   case CharKind::Char:
  175   case CharKind::Char16:
  178   case CharKind::Char32: