Searched refs:getCurLambda (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp248 bool IsGenericLambda = getGenericLambdaTemplateParameterList(getCurLambda(),
368 getGenericLambdaTemplateParameterList(getCurLambda(), *this);
524 LambdaScopeInfo *LSI = getCurLambda();
876 getCurLambda()->LocalPacks.push_back(NewVD);
890 LambdaScopeInfo *const LSI = getCurLambda();
H A DSema.cpp1833 if (LambdaScopeInfo *const LSI = getCurLambda()) {
2020 LambdaScopeInfo *Sema::getCurLambda(bool IgnoreNonLambdaCapturingScope) { function in class:Sema
2046 if (LambdaScopeInfo *LSI = getCurLambda()) {
H A DSemaAvailability.cpp947 } else if (getCurBlock() || getCurLambda()) {
H A DSemaStmt.cpp3492 getCurLambda() ? diag::err_lambda_return_init_list
3565 const LambdaScopeInfo *LambdaSI = getCurLambda();
H A DSemaType.cpp3292 Info = SemaRef.getCurLambda();
4889 InventedParamInfo = S.getCurLambda();
8786 if (S.getCurLambda()) {
H A DSemaExpr.cpp3365 else if (const LambdaScopeInfo *LSI = getCurLambda())
6239 LambdaScopeInfo *const CurLSI = S.getCurLambda();
17553 if (LambdaScopeInfo *LSI = S.getCurLambda())
18010 SemaRef.getCurLambda(/*IgnoreNonLambdaCapturingScope=*/true);
19174 else if (getCurBlock() || getCurLambda())
H A DSemaExprCXX.cpp8358 getCurLambda(/*IgnoreCapturedRegions=*/true);
8359 // FIXME: PR 17877 showed that getCurLambda() can return a valid pointer
H A DSemaDecl.cpp14221 auto *LSI = getCurLambda();
14380 assert((FD == getCurFunctionDecl() || getCurLambda()->CallOperator == FD) &&
H A DSemaOpenMP.cpp2136 (getCurCapturedRegion() || getCurBlock() || getCurLambda())) {
18480 (SemaRef.getCurLambda(/*IgnoreNonLambdaCapturingScope=*/true) ||
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1638 getCurLambda(bool IgnoreNonLambdaCapturingScope = false);

Completed in 439 milliseconds