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

Declarations

tools/clang/include/clang/AST/Mangle.h
   94   bool shouldMangleDeclName(const NamedDecl *D);

References

tools/clang/lib/AST/Expr.cpp
  678       if (MC->shouldMangleDeclName(ND)) {
tools/clang/lib/AST/ItaniumMangle.cpp
  661   if (!Context.shouldMangleDeclName(FD)) {
 5044   if (shouldMangleDeclName(D))
 5054   if (shouldMangleDeclName(EnclosingDecl))
 5064   if (shouldMangleDeclName(EnclosingDecl))
tools/clang/lib/AST/Mangle.cpp
  201     if (shouldMangleDeclName(ID))
  252       if (!shouldMangleDeclName(ND) && ND->getIdentifier())
  424     if (MC->shouldMangleDeclName(D)) {
tools/clang/lib/AST/MicrosoftMangle.cpp
  494     mangleFunctionEncoding(FD, Context.shouldMangleDeclName(FD));
tools/clang/lib/CodeGen/CGCUDANV.cpp
  210   if (DeviceMC->shouldMangleDeclName(ND)) {
tools/clang/lib/CodeGen/CodeGenModule.cpp
  991   if (MC.shouldMangleDeclName(ND)) {
 2678   if (getCXXABI().getMangleContext().shouldMangleDeclName(FD)) {