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

Overridden By

tools/clang/lib/AST/ItaniumMangle.cpp
  571 bool ItaniumMangleContextImpl::shouldMangleCXXName(const NamedDecl *D) {
tools/clang/lib/AST/MicrosoftMangle.cpp
  423 bool MicrosoftMangleContextImpl::shouldMangleCXXName(const NamedDecl *D) {

References

tools/clang/lib/AST/Mangle.cpp
  116   return shouldMangleCXXName(D);
  148   bool MCXX = shouldMangleCXXName(D);
tools/lldb/source/Symbol/ClangASTContext.cpp
 9900       if (mc && mc->shouldMangleCXXName(nd)) {