Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3420 LambdaScopeInfo *CurLambda = dyn_cast<LambdaScopeInfo>(CurCap); in ActOnCapScopeReturnStmt() local
3421 if (CurLambda && CurLambda->CallOperator->getType().isNull()) in ActOnCapScopeReturnStmt()
3424 CurLambda && hasDeducedReturnType(CurLambda->CallOperator); in ActOnCapScopeReturnStmt()
3440 FunctionDecl *FD = CurLambda->CallOperator; in ActOnCapScopeReturnStmt()
3506 assert(CurLambda && "unknown kind of captured scope"); in ActOnCapScopeReturnStmt()
3507 if (CurLambda->CallOperator->getType() in ActOnCapScopeReturnStmt()