Home
last modified time | relevance | path

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

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