Home
last modified time | relevance | path

Searched refs:shouldMangleStringLiteral (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DMangle.h97 virtual bool shouldMangleStringLiteral(const StringLiteral *SL) = 0;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp136 bool shouldMangleStringLiteral(const StringLiteral *SL) override;
469 MicrosoftMangleContextImpl::shouldMangleStringLiteral(const StringLiteral *SL) { in shouldMangleStringLiteral() function in MicrosoftMangleContextImpl
H A DItaniumMangle.cpp134 bool shouldMangleStringLiteral(const StringLiteral *) override { in shouldMangleStringLiteral() function in __anon56f54ccb0111::ItaniumMangleContextImpl
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp4520 if (getCXXABI().getMangleContext().shouldMangleStringLiteral(S) && in GetAddrOfConstantStringFromLiteral()