Searched refs:shouldMangleDeclName (Results 1 – 7 of 7) sorted by relevance
107 bool MangleContext::shouldMangleDeclName(const NamedDecl *D) { in shouldMangleDeclName() function in MangleContext255 if (shouldMangleDeclName(ID)) in mangleGlobalBlock()306 if (!shouldMangleDeclName(ND) && ND->getIdentifier()) in mangleBlock()520 if (MC->shouldMangleDeclName(D)) { in writeFuncOrVarName()
754 if (!Context.shouldMangleDeclName(FD)) { in mangleFunctionEncoding()6275 if (shouldMangleDeclName(D)) in mangleDynamicAtExitDestructor()6287 if (shouldMangleDeclName(D)) in mangleDynamicStermFinalizer()6297 if (shouldMangleDeclName(EnclosingDecl)) in mangleSEHFilterExpression()6307 if (shouldMangleDeclName(EnclosingDecl)) in mangleSEHFinallyBlock()
547 mangleFunctionEncoding(FD, Context.shouldMangleDeclName(FD)); in mangle()
640 if (MC->shouldMangleDeclName(ND)) { in ComputeName()
106 bool shouldMangleDeclName(const NamedDecl *D);
276 if (MC->shouldMangleDeclName(ND)) { in getDeviceSideName()
1246 bool ShouldMangle = MC.shouldMangleDeclName(ND); in getMangledNameImpl()3124 if (getCXXABI().getMangleContext().shouldMangleDeclName(FD)) { in isTriviallyRecursive()