Searched refs:LambdaContextDecl (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | MicrosoftMangle.cpp | 977 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/ |
D | Sema.h | 3649 Decl *LambdaContextDecl = nullptr, 9609 Decl *LambdaContextDecl = nullptr, 9614 Actions.PushExpressionEvaluationContext(NewContext, LambdaContextDecl, in Actions()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 4797 ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl = nullptr, 12662 Decl *LambdaContextDecl = nullptr, 12668 Actions.PushExpressionEvaluationContext(NewContext, LambdaContextDecl, in Actions()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 12823 Decl *LambdaContextDecl, in PushExpressionEvaluationContext() argument 12826 LambdaContextDecl, IsDecltype); in PushExpressionEvaluationContext()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 16240 ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl, in PushExpressionEvaluationContext() argument 16243 LambdaContextDecl, ExprContext); in PushExpressionEvaluationContext()
|