Home
last modified time | relevance | path

Searched refs:LambdaContextDecl (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DEnterExpressionEvaluationContext.h26 Decl *LambdaContextDecl = nullptr,
32 Actions.PushExpressionEvaluationContext(NewContext, LambdaContextDecl, in Actions()
H A DSema.h5514 ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl = nullptr,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp254 Decl *LambdaContextDecl = Lambda->getLambdaContextDecl(); in getLambdaString() local
257 const ParmVarDecl *Parm = dyn_cast_or_null<ParmVarDecl>(LambdaContextDecl); in getLambdaString()
1111 Decl *LambdaContextDecl = Record->getLambdaContextDecl(); in mangleUnqualifiedName() local
1115 dyn_cast_or_null<ParmVarDecl>(LambdaContextDecl); in mangleUnqualifiedName()
1138 if (LambdaManglingNumber && LambdaContextDecl) { in mangleUnqualifiedName()
1139 if ((isa<VarDecl>(LambdaContextDecl) || in mangleUnqualifiedName()
1140 isa<FieldDecl>(LambdaContextDecl)) && in mangleUnqualifiedName()
1141 !isa<ParmVarDecl>(LambdaContextDecl)) { in mangleUnqualifiedName()
1142 mangleUnqualifiedName(cast<NamedDecl>(LambdaContextDecl)); in mangleUnqualifiedName()
H A DItaniumMangle.cpp177 Decl *LambdaContextDecl = Lambda->getLambdaContextDecl(); in getLambdaString() local
180 const ParmVarDecl *Parm = dyn_cast_or_null<ParmVarDecl>(LambdaContextDecl); in getLambdaString()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp18196 ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl, in PushExpressionEvaluationContext() argument
18199 LambdaContextDecl, ExprContext); in PushExpressionEvaluationContext()