Searched refs:capture_size (Results 1 – 10 of 10) sorted by relevance
1144 assert(capture_size() == Class->capture_size() && "Wrong number of captures"); in LambdaExpr()1195 if (!getStoredStmts()[capture_size()]) { in initBodyIfNeeded()1197 This->getStoredStmts()[capture_size()] = getCallOperator()->getBody(); in initBodyIfNeeded()1203 return getStoredStmts()[capture_size()]; in getBody()1223 return capture_begin() + capture_size(); in capture_end()1288 return child_range(getStoredStmts(), getStoredStmts() + capture_size() + 1); in children()1294 getStoredStmts() + capture_size() + 1); in children()
689 if (getLambdaCaptureDefault() != LCD_None || capture_size() != 0) in lambdaIsDefaultConstructibleAndAssignable()
2028 ToCaptures.reserve(FromCXXRD->capture_size()); in ImportDefinition()8110 SmallVector<Expr *, 8> ToCaptureInits(E->capture_size()); in VisitLambdaExpr()
732 for (unsigned I = 0, N = Node->capture_size(); I != N; ++I) { in VisitLambdaExpr()
1947 unsigned capture_size() const { return LambdaExprBits.NumCaptures; } in capture_size() function2005 return capture_init_begin() + capture_size(); in capture_init_end()2011 return capture_init_begin() + capture_size(); in capture_init_end()
1079 unsigned capture_size() const { return getLambdaData().NumCaptures; } in capture_size() function
3685 unsigned capture_size() const { return NumCaptures; } in capture_size() function
2654 for (unsigned I = 0, N = S->capture_size(); I != N; ++I) {
3558 if (CS.capture_size() > 0 || in createParallelDataSharingWrapper()3588 if (CS.capture_size() > 0) { in createParallelDataSharingWrapper()3590 for (unsigned I = 0, E = CS.capture_size(); I < E; ++I, ++CI, ++CurField) { in createParallelDataSharingWrapper()
285 for (unsigned I = 0, N = Node->capture_size(); I != N; ++I) { in TraverseLambdaExpr()