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

References

lib/DebugInfo/Symbolize/Symbolize.cpp
  529         MSDemangleFlags(MSDF_NoAccessSpecifier | MSDF_NoCallingConvention |
lib/Demangle/MicrosoftDemangle.cpp
 2350   if (Flags & MSDF_NoCallingConvention)
tools/lldb/source/Core/Mangled.cpp
  180                             llvm::MSDF_NoCallingConvention |
tools/llvm-undname/llvm-undname.cpp
   59     Flags = MSDemangleFlags(Flags | MSDF_NoCallingConvention);