Searched defs:Lambda (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.h25 Lambda = 0, member in class:lldb_private::CPPLanguageRuntime::LibCppStdFunctionCallableCase
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp148 bool CheckDefaultArgumentVisitor::VisitLambdaExpr(const LambdaExpr *Lambda) { argument
H A DSemaExceptionSpec.cpp1187 const LambdaExpr *Lambda = cast<LambdaExpr>(S); local
H A DSemaTemplateVariadic.cpp242 bool TraverseLambdaExpr(LambdaExpr *Lambda) { argument
263 bool TraverseLambdaCapture(LambdaExpr *Lambda, const LambdaCapture *C, argument
H A DAnalysisBasedWarnings.cpp527 enum { Function, Block, Lambda, Coroutine } funMode; enumerator in enum:__anon1994::CheckFallThroughDiagnostics::__anon1995
1434 Lambda enumerator in enum:__anon1998
H A DSemaLambda.cpp1817 LambdaExpr *Lambda = LambdaExpr::Create(Context, Class, IntroducerRange, local
1878 CXXRecordDecl *Lambda local
[all...]
H A DSemaTemplateDeduction.cpp4926 CXXRecordDecl *Lambda = cast<CXXMethodDecl>(FD)->getParent(); local
H A DSemaDecl.cpp4385 Lambda, enumerator in enum:__anon2044::NonCLikeKind::__anon2045
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp143 const CXXRecordDecl *Lambda = CallOperator->getParent(); variable
H A DItaniumMangle.cpp1819 void CXXNameMangler::mangleLambda(const CXXRecordDecl *Lambda) { argument
1792 mangleUniqueNameLambda(CXXNameMangler &Mangler, SourceManager &SM, raw_ostream &Out, const CXXRecordDecl *Lambda) argument
1867 mangleLambdaSig(const CXXRecordDecl *Lambda) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h647 auto Lambda = [this, From, To, Callback, Arg](uptr Block) { local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h810 CXXRecordDecl *Lambda = nullptr; member in class:clang::sema::final
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp2902 const CXXRecordDecl *Lambda = variable->getType()->getAsCXXRecordDecl(); local
2930 const CXXRecordDecl *Lambda = MD->getParent(); local

Completed in 461 milliseconds