Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h101 virtual std::string getLambdaString(const CXXRecordDecl *Lambda) = 0;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp231 std::string getLambdaString(const CXXRecordDecl *Lambda) override { in getLambdaString() function in __anonb36581af0111::MicrosoftMangleContextImpl
H A DItaniumMangle.cpp219 std::string getLambdaString(const CXXRecordDecl *Lambda) override { in getLambdaString() function in __anond7e5ad700111::ItaniumMangleContextImpl
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp324 CGM.getCXXABI().getMangleContext().getLambdaString(CXXRD)); in getClassName()