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

References

lib/Demangle/MicrosoftDemangle.cpp
  725       COIN->TargetType = FSN->Signature->ReturnType;
 1845     FTy->ReturnType = demangleType(MangledName, QualifierMangleMode::Result);
lib/Demangle/MicrosoftDemangleNodes.cpp
  402   if (!(Flags & OF_NoReturnType) && ReturnType) {
  403     ReturnType->outputPre(OS, Flags);
  445   if (!(Flags & OF_NoReturnType) && ReturnType)
  446     ReturnType->outputPost(OS, Flags);