Searched refs:shouldMangleDeclName (Results 1 – 7 of 7) sorted by relevance
98 bool MangleContext::shouldMangleDeclName(const NamedDecl *D) { in shouldMangleDeclName() function in MangleContext191 if (shouldMangleDeclName(ID)) in mangleGlobalBlock()242 if (!shouldMangleDeclName(ND) && ND->getIdentifier()) in mangleBlock()
647 if (!Context.shouldMangleDeclName(FD)) { in mangleFunctionEncoding()4570 if (shouldMangleDeclName(D)) in mangleDynamicAtExitDestructor()4580 if (shouldMangleDeclName(EnclosingDecl)) in mangleSEHFilterExpression()4590 if (shouldMangleDeclName(EnclosingDecl)) in mangleSEHFinallyBlock()
434 mangleFunctionEncoding(FD, Context.shouldMangleDeclName(FD)); in mangle()
480 if (MC->shouldMangleDeclName(ND)) { in ComputeName()
120 if (MC->shouldMangleDeclName(D)) { in writeFuncOrVarName()
93 bool shouldMangleDeclName(const NamedDecl *D);
663 if (getCXXABI().getMangleContext().shouldMangleDeclName(ND)) { in getMangledName()1716 if (getCXXABI().getMangleContext().shouldMangleDeclName(FD)) { in isTriviallyRecursive()