Searched refs:shouldMangleStringLiteral (Results 1 – 4 of 4) sorted by relevance
108 virtual bool shouldMangleStringLiteral(const StringLiteral *SL) = 0;
139 bool shouldMangleStringLiteral(const StringLiteral *SL) override;532 MicrosoftMangleContextImpl::shouldMangleStringLiteral(const StringLiteral *SL) { in shouldMangleStringLiteral() function in MicrosoftMangleContextImpl
143 bool shouldMangleStringLiteral(const StringLiteral *) override { in shouldMangleStringLiteral() function in __anond7e5ad700111::ItaniumMangleContextImpl
5377 if (getCXXABI().getMangleContext().shouldMangleStringLiteral(S) && in GetAddrOfConstantStringFromLiteral()