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

Overrides

include/llvm/Demangle/MicrosoftDemangleNodes.h
  301   virtual void outputPre(OutputStream &OS, OutputFlags Flags) const = 0;

Overridden By

lib/Demangle/MicrosoftDemangleNodes.cpp
  449 void ThunkSignatureNode::outputPre(OutputStream &OS, OutputFlags Flags) const {

Declarations

include/llvm/Demangle/MicrosoftDemangleNodes.h
  326   void outputPre(OutputStream &OS, OutputFlags Flags) const override;

References

lib/Demangle/MicrosoftDemangleNodes.cpp
  452   FunctionSignatureNode::outputPre(OS, Flags);
  478     Sig->outputPre(OS, OF_NoCallingConvention);
  580   Signature->outputPre(OS, Flags);