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()
751 if (!Context.shouldMangleDeclName(FD)) { in mangleFunctionEncoding()6255 if (shouldMangleDeclName(D)) in mangleDynamicAtExitDestructor()6267 if (shouldMangleDeclName(D)) in mangleDynamicStermFinalizer()6277 if (shouldMangleDeclName(EnclosingDecl)) in mangleSEHFilterExpression()6287 if (shouldMangleDeclName(EnclosingDecl)) in mangleSEHFinallyBlock()
547 mangleFunctionEncoding(FD, Context.shouldMangleDeclName(FD)); in mangle()
574 if (MC->shouldMangleDeclName(ND)) { in ComputeName()
106 bool shouldMangleDeclName(const NamedDecl *D);
269 if (MC->shouldMangleDeclName(ND)) { in getDeviceSideName()
1216 bool ShouldMangle = MC.shouldMangleDeclName(ND); in getMangledNameImpl()3094 if (getCXXABI().getMangleContext().shouldMangleDeclName(FD)) { in isTriviallyRecursive()