Searched refs:shouldMangleDeclName (Results 1 – 7 of 7) sorted by relevance
93 bool MangleContext::shouldMangleDeclName(const NamedDecl *D) { in shouldMangleDeclName() function in MangleContext193 if (shouldMangleDeclName(ID)) in mangleGlobalBlock()244 if (!shouldMangleDeclName(ND) && ND->getIdentifier()) in mangleBlock()
656 if (!Context.shouldMangleDeclName(FD)) { in mangleFunctionEncoding()4931 if (shouldMangleDeclName(D)) in mangleDynamicAtExitDestructor()4941 if (shouldMangleDeclName(EnclosingDecl)) in mangleSEHFilterExpression()4951 if (shouldMangleDeclName(EnclosingDecl)) in mangleSEHFinallyBlock()
484 mangleFunctionEncoding(FD, Context.shouldMangleDeclName(FD)); in mangle()
545 if (MC->shouldMangleDeclName(ND)) { in ComputeName()
95 bool shouldMangleDeclName(const NamedDecl *D);
151 if (MC->shouldMangleDeclName(D)) { in writeFuncOrVarName()
948 if (MC.shouldMangleDeclName(ND)) { in getMangledNameImpl()2370 if (getCXXABI().getMangleContext().shouldMangleDeclName(FD)) { in isTriviallyRecursive()