Searched refs:shouldMangleDeclName (Results 1 – 7 of 7) sorted by relevance
105 bool MangleContext::shouldMangleDeclName(const NamedDecl *D) { in shouldMangleDeclName() function in MangleContext263 if (shouldMangleDeclName(ID)) in mangleGlobalBlock()314 if (!shouldMangleDeclName(ND) && ND->getIdentifier()) in mangleBlock()528 if (MC->shouldMangleDeclName(D)) { in writeFuncOrVarName()
838 if (!Context.shouldMangleDeclName(FD)) { in mangleFunctionEncoding()7092 if (shouldMangleDeclName(D)) in mangleDynamicAtExitDestructor()7104 if (shouldMangleDeclName(D)) in mangleDynamicStermFinalizer()7115 if (shouldMangleDeclName(EnclosingFD)) in mangleSEHFilterExpression()7126 if (shouldMangleDeclName(EnclosingFD)) in mangleSEHFinallyBlock()
568 mangleFunctionEncoding(GD, Context.shouldMangleDeclName(FD)); in mangle()
677 if (MC->shouldMangleDeclName(ND)) { in ComputeName()
120 bool shouldMangleDeclName(const NamedDecl *D);
284 if (MC->shouldMangleDeclName(ND)) { in getDeviceSideName()
1835 bool ShouldMangle = MC.shouldMangleDeclName(ND); in getMangledNameImpl()3966 if (getCXXABI().getMangleContext().shouldMangleDeclName(FD)) { in isTriviallyRecursive()