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.h119 virtual std::string getLambdaString(const CXXRecordDecl *Lambda) = 0;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp250 std::string getLambdaString(const CXXRecordDecl *Lambda) override { in getLambdaString() function in __anon77df3dfb0111::MicrosoftMangleContextImpl
H A DItaniumMangle.cpp169 std::string getLambdaString(const CXXRecordDecl *Lambda) override { in getLambdaString() function in __anon01ebe6bc0111::ItaniumMangleContextImpl
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp483 CGM.getCXXABI().getMangleContext().getLambdaString(CXXRD)); in getClassName()