Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h115 virtual std::string getLambdaString(const CXXRecordDecl *Lambda) = 0;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp250 std::string getLambdaString(const CXXRecordDecl *Lambda) override { in getLambdaString() function in __anon2a0933b10111::MicrosoftMangleContextImpl
H A DItaniumMangle.cpp172 std::string getLambdaString(const CXXRecordDecl *Lambda) override { in getLambdaString() function in __anonf690f6f20111::ItaniumMangleContextImpl
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp334 CGM.getCXXABI().getMangleContext().getLambdaString(CXXRD)); in getClassName()