Searched refs:shouldMangleDeclName (Results 1 – 7 of 7) sorted by relevance
105 bool MangleContext::shouldMangleDeclName(const NamedDecl *D) { in shouldMangleDeclName() function in MangleContext259 if (shouldMangleDeclName(ID)) in mangleGlobalBlock()310 if (!shouldMangleDeclName(ND) && ND->getIdentifier()) in mangleBlock()524 if (MC->shouldMangleDeclName(D)) { in writeFuncOrVarName()
795 if (!Context.shouldMangleDeclName(FD)) { in mangleFunctionEncoding()6415 if (shouldMangleDeclName(D)) in mangleDynamicAtExitDestructor()6427 if (shouldMangleDeclName(D)) in mangleDynamicStermFinalizer()6437 if (shouldMangleDeclName(EnclosingDecl)) in mangleSEHFilterExpression()6447 if (shouldMangleDeclName(EnclosingDecl)) in mangleSEHFinallyBlock()
563 mangleFunctionEncoding(GD, Context.shouldMangleDeclName(FD)); in mangle()
649 if (MC->shouldMangleDeclName(ND)) { in ComputeName()
110 bool shouldMangleDeclName(const NamedDecl *D);
277 if (MC->shouldMangleDeclName(ND)) { in getDeviceSideName()
1386 bool ShouldMangle = MC.shouldMangleDeclName(ND); in getMangledNameImpl()3398 if (getCXXABI().getMangleContext().shouldMangleDeclName(FD)) { in isTriviallyRecursive()