Searched refs:getCaptureKind (Results 1 – 19 of 19) sorted by relevance
78 LambdaCaptureKind getCaptureKind() const;
201 addData(C.getCaptureKind());
3789 VariableCaptureKind getCaptureKind() const;3796 bool capturesThis() const { return getCaptureKind() == VCK_This; } in capturesThis()3799 bool capturesVariable() const { return getCaptureKind() == VCK_ByRef; } in capturesVariable()3803 return getCaptureKind() == VCK_ByCopy; in capturesVariableByCopy()3809 return getCaptureKind() == VCK_VLAType; in capturesVariableArrayType()
217 if (((Attr->getCaptureKind() != OMPC_map) && in markAsEscaped()218 !isOpenMPPrivate(Attr->getCaptureKind())) || in markAsEscaped()219 ((Attr->getCaptureKind() == OMPC_map) && in markAsEscaped()372 if (C.getCaptureKind() == LCK_ByRef) { in VisitLambdaExpr()2981 if (Attr->getCaptureKind() == OMPC_map) { in translateParameter()3388 if (LC.getCaptureKind() != LCK_ByRef) in adjustTargetSpecificDataForLambdas()
8355 if (LC.getCaptureKind() != LCK_ByRef && !VD->getType()->isPointerType()) in generateInfoForLambdaCaptures()8360 if (LC.getCaptureKind() == LCK_ByRef) { in generateInfoForLambdaCaptures()
1300 CapturedStmt::Capture::getCaptureKind() const { in getCaptureKind() function in CapturedStmt::Capture
1196 LambdaCaptureKind LambdaCapture::getCaptureKind() const { in getCaptureKind() function in LambdaCapture
2074 ID.AddInteger(Capture.getCaptureKind()); in VisitLambdaExpr()
2165 switch (C->getCaptureKind()) { in VisitLambdaExpr()
1022 *LocationOrErr, From.isImplicit(), From.getCaptureKind(), Var, in import()
2148 DetectedOdrViolation |= Cap1.getCaptureKind() != Cap2.getCaptureKind(); in MergeDefinitionData()
605 Record.push_back(I.getCaptureKind()); in VisitCapturedStmt()
6082 CaptureBits.addBits(Capture.getCaptureKind(), /*Width=*/3); in AddCXXDefinitionData()6085 switch (Capture.getCaptureKind()) { in AddCXXDefinitionData()
13424 C->getLocation(), C->getCaptureKind() == LCK_ByRef, in TransformLambdaExpr()13531 C->getCaptureKind() == LCK_StarThis); in TransformLambdaExpr()13562 getSema().addInitCapture(LSI, NewVD, C->getCaptureKind() == LCK_ByRef); in TransformLambdaExpr()13577 : C->getCaptureKind() == LCK_ByCopy in TransformLambdaExpr()13777 C->getCaptureKind() == LCK_StarThis); in SkipLambdaBody()
1198 if (C.getCaptureKind() == LCK_StarThis) in adjustCVQualifiersForCXXThisWithinLambda()
15622 const bool ByRef = C.getCaptureKind() == LCK_ByRef; in RebuildLambdaScopeInfo()15631 C.getCaptureKind() == LCK_StarThis); in RebuildLambdaScopeInfo()
8340 << (Elem.Capture->getCaptureKind() == LCK_ByRef) << VD in checkInitializerLifetime()
4755 if (LC.getCaptureKind() == LCK_ByRef) { in tryCaptureOpenMPLambdas()4761 } else if (LC.getCaptureKind() == LCK_This) { in tryCaptureOpenMPLambdas()
4010 llvm::omp::Clause getCaptureKind() const {