Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DMangle.h115 virtual std::string getLambdaString(const CXXRecordDecl *Lambda) = 0;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DMicrosoftMangle.cpp246 std::string getLambdaString(const CXXRecordDecl *Lambda) override { in getLambdaString() function in __anon3843b0920111::MicrosoftMangleContextImpl
H A DItaniumMangle.cpp168 std::string getLambdaString(const CXXRecordDecl *Lambda) override { in getLambdaString() function in __anon7494c7930111::ItaniumMangleContextImpl
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp335 CGM.getCXXABI().getMangleContext().getLambdaString(CXXRD)); in getClassName()