Searched refs:shouldMangleStringLiteral (Results 1 – 4 of 4) sorted by relevance
112 virtual bool shouldMangleStringLiteral(const StringLiteral *SL) = 0;
153 bool shouldMangleStringLiteral(const StringLiteral *SL) override;547 MicrosoftMangleContextImpl::shouldMangleStringLiteral(const StringLiteral *SL) { in shouldMangleStringLiteral() function in MicrosoftMangleContextImpl
89 bool shouldMangleStringLiteral(const StringLiteral *) override { in shouldMangleStringLiteral() function in __anon59bfe9ec0111::ItaniumMangleContextImpl
5762 if (getCXXABI().getMangleContext().shouldMangleStringLiteral(S) && in GetAddrOfConstantStringFromLiteral()