Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DEnterExpressionEvaluationContext.h26 Decl *LambdaContextDecl = nullptr,
32 Actions.PushExpressionEvaluationContext(NewContext, LambdaContextDecl, in Actions()
H A DSema.h6532 ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl = nullptr,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp256 Decl *LambdaContextDecl = Lambda->getLambdaContextDecl(); in getLambdaString() local
259 const ParmVarDecl *Parm = dyn_cast_or_null<ParmVarDecl>(LambdaContextDecl); in getLambdaString()
1202 Decl *LambdaContextDecl = Record->getLambdaContextDecl(); in mangleUnqualifiedName() local
1206 dyn_cast_or_null<ParmVarDecl>(LambdaContextDecl); in mangleUnqualifiedName()
1229 if (LambdaManglingNumber && LambdaContextDecl) { in mangleUnqualifiedName()
1230 if ((isa<VarDecl>(LambdaContextDecl) || in mangleUnqualifiedName()
1231 isa<FieldDecl>(LambdaContextDecl)) && in mangleUnqualifiedName()
1232 !isa<ParmVarDecl>(LambdaContextDecl)) { in mangleUnqualifiedName()
1233 mangleUnqualifiedName(cast<NamedDecl>(LambdaContextDecl)); in mangleUnqualifiedName()
H A DItaniumMangle.cpp176 Decl *LambdaContextDecl = Lambda->getLambdaContextDecl(); in getLambdaString() local
179 const ParmVarDecl *Parm = dyn_cast_or_null<ParmVarDecl>(LambdaContextDecl); in getLambdaString()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp17172 ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl, in PushExpressionEvaluationContext() argument
17175 LambdaContextDecl, ExprContext); in PushExpressionEvaluationContext()