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()3984 if (shouldMangleDeclName(D)) in mangleDynamicAtExitDestructor()3994 if (shouldMangleDeclName(EnclosingDecl)) in mangleSEHFilterExpression()4004 if (shouldMangleDeclName(EnclosingDecl)) in mangleSEHFinallyBlock()
390 mangleFunctionEncoding(FD, Context.shouldMangleDeclName(FD)); in mangle()
483 if (MC->shouldMangleDeclName(ND)) { in ComputeName()
92 bool shouldMangleDeclName(const NamedDecl *D);
568 if (getCXXABI().getMangleContext().shouldMangleDeclName(ND)) { in getMangledName()1455 if (getCXXABI().getMangleContext().shouldMangleDeclName(FD)) { in isTriviallyRecursive()