Searched refs:capture_size (Results 1 – 10 of 10) sorted by relevance
1138 assert(capture_size() == Class->capture_size() && "Wrong number of captures"); in LambdaExpr()1189 if (!getStoredStmts()[capture_size()]) { in initBodyIfNeeded()1191 This->getStoredStmts()[capture_size()] = getCallOperator()->getBody(); in initBodyIfNeeded()1197 return getStoredStmts()[capture_size()]; in getBody()1217 return capture_begin() + capture_size(); in capture_end()1282 return child_range(getStoredStmts(), getStoredStmts() + capture_size() + 1); in children()1288 getStoredStmts() + capture_size() + 1); in children()
684 if (getLambdaCaptureDefault() != LCD_None || capture_size() != 0) in lambdaIsDefaultConstructibleAndAssignable()
1954 ToCaptures.reserve(FromCXXRD->capture_size()); in ImportDefinition()7851 SmallVector<Expr *, 8> ToCaptureInits(E->capture_size()); in VisitLambdaExpr()
694 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()
1071 unsigned capture_size() const { return getLambdaData().NumCaptures; } in capture_size() function
3624 unsigned capture_size() const { return NumCaptures; } in capture_size() function
2520 for (unsigned I = 0, N = S->capture_size(); I != N; ++I) {
273 for (unsigned I = 0, N = Node->capture_size(); I != N; ++I) { in TraverseLambdaExpr()
4092 if (CS.capture_size() > 0 || in createParallelDataSharingWrapper()4123 if (CS.capture_size() > 0) { in createParallelDataSharingWrapper()4125 for (unsigned I = 0, E = CS.capture_size(); I < E; ++I, ++CI, ++CurField) { in createParallelDataSharingWrapper()