Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h108 virtual bool shouldMangleStringLiteral(const StringLiteral *SL) = 0;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp139 bool shouldMangleStringLiteral(const StringLiteral *SL) override;
532 MicrosoftMangleContextImpl::shouldMangleStringLiteral(const StringLiteral *SL) { in shouldMangleStringLiteral() function in MicrosoftMangleContextImpl
H A DItaniumMangle.cpp143 bool shouldMangleStringLiteral(const StringLiteral *) override { in shouldMangleStringLiteral() function in __anond7e5ad700111::ItaniumMangleContextImpl
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5377 if (getCXXABI().getMangleContext().shouldMangleStringLiteral(S) && in GetAddrOfConstantStringFromLiteral()