Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDMangle.h122 virtual bool shouldMangleStringLiteral(const StringLiteral *SL) = 0;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDMicrosoftMangle.cpp156 bool shouldMangleStringLiteral(const StringLiteral *SL) override;
563 MicrosoftMangleContextImpl::shouldMangleStringLiteral(const StringLiteral *SL) { in shouldMangleStringLiteral() function in MicrosoftMangleContextImpl
HDItaniumMangle.cpp92 bool shouldMangleStringLiteral(const StringLiteral *) override { in shouldMangleStringLiteral() function in __anon7fe1ec550111::ItaniumMangleContextImpl
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenModule.cpp6514 if (getCXXABI().getMangleContext().shouldMangleStringLiteral(S) && in GetAddrOfConstantStringFromLiteral()