Searched refs:LambdaContextDecl (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
H A DSema.h601 Decl *LambdaContextDecl; member in struct:clang::Sema::ExpressionEvaluationContextRecord
621 Decl *LambdaContextDecl,
625 LambdaContextDecl(LambdaContextDecl), LambdaMangle() { }
633 assert(LambdaContextDecl && "Need to have a lambda context declaration");
2699 Decl *LambdaContextDecl = 0,
7265 Decl *LambdaContextDecl = 0,
7268 Actions.PushExpressionEvaluationContext(NewContext, LambdaContextDecl,
618 ExpressionEvaluationContextRecord(ExpressionEvaluationContext Context, unsigned NumCleanupObjects, bool ParentNeedsCleanups, Decl *LambdaContextDecl, bool IsDecltype) argument
/external/clang/lib/Sema/
H A DSemaLambda.cpp102 Decl *ContextDecl = ExprEvalContexts.back().LambdaContextDecl;
H A DSemaExpr.cpp10095 Decl *LambdaContextDecl,
10101 LambdaContextDecl,
10094 PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl, bool IsDecltype) argument

Completed in 119 milliseconds