Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDMangle.h115 virtual std::string getLambdaString(const CXXRecordDecl *Lambda) = 0;
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDMicrosoftMangle.cpp252 std::string getLambdaString(const CXXRecordDecl *Lambda) override { in getLambdaString() function in __anonb9b3eefa0111::MicrosoftMangleContextImpl
HDItaniumMangle.cpp171 std::string getLambdaString(const CXXRecordDecl *Lambda) override { in getLambdaString() function in __anon00924bfb0111::ItaniumMangleContextImpl
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.cpp344 CGM.getCXXABI().getMangleContext().getLambdaString(CXXRD)); in getClassName()