Searched refs:CurLambda (Results 1 – 2 of 2) sorted by relevance
2865 LambdaScopeInfo *CurLambda = dyn_cast<LambdaScopeInfo>(CurCap); in ActOnCapScopeReturnStmt() local2867 CurLambda && hasDeducedReturnType(CurLambda->CallOperator); in ActOnCapScopeReturnStmt()2883 FunctionDecl *FD = CurLambda->CallOperator; in ActOnCapScopeReturnStmt()2942 assert(CurLambda && "unknown kind of captured scope"); in ActOnCapScopeReturnStmt()2943 if (CurLambda->CallOperator->getType()->getAs<FunctionType>() in ActOnCapScopeReturnStmt()
3311 LambdaScopeInfo *CurLambda = dyn_cast<LambdaScopeInfo>(CurCap); in ActOnCapScopeReturnStmt() local3313 CurLambda && hasDeducedReturnType(CurLambda->CallOperator); in ActOnCapScopeReturnStmt()3330 FunctionDecl *FD = CurLambda->CallOperator; in ActOnCapScopeReturnStmt()3396 assert(CurLambda && "unknown kind of captured scope"); in ActOnCapScopeReturnStmt()3397 if (CurLambda->CallOperator->getType() in ActOnCapScopeReturnStmt()