Searched refs:shouldMangleDeclName (Results 1 – 6 of 6) sorted by relevance
98 bool MangleContext::shouldMangleDeclName(const NamedDecl *D) { in shouldMangleDeclName() function in MangleContext191 if (shouldMangleDeclName(ID)) in mangleGlobalBlock()244 if (!shouldMangleDeclName(ND) && ND->getIdentifier()) in mangleBlock()
479 if (!Context.shouldMangleDeclName(FD)) in mangleFunctionEncoding()3956 if (shouldMangleDeclName(D)) in mangleDynamicAtExitDestructor()3966 if (shouldMangleDeclName(EnclosingDecl)) in mangleSEHFilterExpression()3976 if (shouldMangleDeclName(EnclosingDecl)) in mangleSEHFinallyBlock()
412 if (Context.shouldMangleDeclName(FD)) { in mangleFunctionEncoding()
483 if (MC->shouldMangleDeclName(ND)) { in ComputeName()
92 bool shouldMangleDeclName(const NamedDecl *D);
563 if (getCXXABI().getMangleContext().shouldMangleDeclName(ND)) { in getMangledName()1457 if (getCXXABI().getMangleContext().shouldMangleDeclName(FD)) { in isTriviallyRecursive()