Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp235 Decl *LambdaContextDecl = Lambda->getLambdaContextDecl(); in getLambdaString() local
238 const ParmVarDecl *Parm = dyn_cast_or_null<ParmVarDecl>(LambdaContextDecl); in getLambdaString()
1018 Decl *LambdaContextDecl = Record->getLambdaContextDecl(); in mangleUnqualifiedName() local
1022 dyn_cast_or_null<ParmVarDecl>(LambdaContextDecl); in mangleUnqualifiedName()
1045 if (LambdaManglingNumber && LambdaContextDecl) { in mangleUnqualifiedName()
1046 if ((isa<VarDecl>(LambdaContextDecl) || in mangleUnqualifiedName()
1047 isa<FieldDecl>(LambdaContextDecl)) && in mangleUnqualifiedName()
1048 !isa<ParmVarDecl>(LambdaContextDecl)) { in mangleUnqualifiedName()
1049 mangleUnqualifiedName(cast<NamedDecl>(LambdaContextDecl)); in mangleUnqualifiedName()
H A DItaniumMangle.cpp225 Decl *LambdaContextDecl = Lambda->getLambdaContextDecl(); in getLambdaString() local
228 const ParmVarDecl *Parm = dyn_cast_or_null<ParmVarDecl>(LambdaContextDecl); in getLambdaString()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4940 ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl = nullptr,
12892 Decl *LambdaContextDecl = nullptr,
12898 Actions.PushExpressionEvaluationContext(NewContext, LambdaContextDecl, in Actions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp16370 ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl, in PushExpressionEvaluationContext() argument
16373 LambdaContextDecl, ExprContext); in PushExpressionEvaluationContext()