Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DMangle.h105 virtual std::string getLambdaString(const CXXRecordDecl *Lambda) = 0;
/llvm-project-15.0.7/clang/lib/AST/
H A DMicrosoftMangle.cpp245 std::string getLambdaString(const CXXRecordDecl *Lambda) override { in getLambdaString() function in __anon14c0cd2b0111::MicrosoftMangleContextImpl
H A DItaniumMangle.cpp167 std::string getLambdaString(const CXXRecordDecl *Lambda) override { in getLambdaString() function in __anon59bfe9ec0111::ItaniumMangleContextImpl
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp331 CGM.getCXXABI().getMangleContext().getLambdaString(CXXRD)); in getClassName()