Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DMicrosoftMangle.cpp977 Decl *LambdaContextDecl = Record->getLambdaContextDecl(); in mangleUnqualifiedName() local
981 dyn_cast_or_null<ParmVarDecl>(LambdaContextDecl); in mangleUnqualifiedName()
1004 if (LambdaManglingNumber && LambdaContextDecl) { in mangleUnqualifiedName()
1005 if ((isa<VarDecl>(LambdaContextDecl) || in mangleUnqualifiedName()
1006 isa<FieldDecl>(LambdaContextDecl)) && in mangleUnqualifiedName()
1007 !isa<ParmVarDecl>(LambdaContextDecl)) { in mangleUnqualifiedName()
1008 mangleUnqualifiedName(cast<NamedDecl>(LambdaContextDecl)); in mangleUnqualifiedName()
/external/clang/include/clang/Sema/
DSema.h3649 Decl *LambdaContextDecl = nullptr,
9609 Decl *LambdaContextDecl = nullptr,
9614 Actions.PushExpressionEvaluationContext(NewContext, LambdaContextDecl, in Actions()
/external/llvm-project/clang/include/clang/Sema/
DSema.h4797 ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl = nullptr,
12662 Decl *LambdaContextDecl = nullptr,
12668 Actions.PushExpressionEvaluationContext(NewContext, LambdaContextDecl, in Actions()
/external/clang/lib/Sema/
DSemaExpr.cpp12823 Decl *LambdaContextDecl, in PushExpressionEvaluationContext() argument
12826 LambdaContextDecl, IsDecltype); in PushExpressionEvaluationContext()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp16240 ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl, in PushExpressionEvaluationContext() argument
16243 LambdaContextDecl, ExprContext); in PushExpressionEvaluationContext()