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

Overridden By

lib/Demangle/MicrosoftDemangleNodes.cpp
  123 void PrimitiveTypeNode::outputPre(OutputStream &OS, OutputFlags Flags) const {
  379 void FunctionSignatureNode::outputPre(OutputStream &OS,
  449 void ThunkSignatureNode::outputPre(OutputStream &OS, OutputFlags Flags) const {
  472 void PointerTypeNode::outputPre(OutputStream &OS, OutputFlags Flags) const {
  526 void TagTypeNode::outputPre(OutputStream &OS, OutputFlags Flags) const {
  542 void ArrayTypeNode::outputPre(OutputStream &OS, OutputFlags Flags) const {
  617 void CustomTypeNode::outputPre(OutputStream &OS, OutputFlags Flags) const {

References

include/llvm/Demangle/MicrosoftDemangleNodes.h
  305     outputPre(OS, Flags);
lib/Demangle/MicrosoftDemangleNodes.cpp
  403     ReturnType->outputPre(OS, Flags);
  480     Pointee->outputPre(OS, Flags);
  543   ElementType->outputPre(OS, Flags);
  609     Type->outputPre(OS, Flags);