Searched refs:getCaptureKind (Results 1 – 19 of 19) sorted by relevance
78 LambdaCaptureKind getCaptureKind() const;
201 addData(C.getCaptureKind());
3563 VariableCaptureKind getCaptureKind() const;3570 bool capturesThis() const { return getCaptureKind() == VCK_This; } in capturesThis()3573 bool capturesVariable() const { return getCaptureKind() == VCK_ByRef; } in capturesVariable()3577 return getCaptureKind() == VCK_ByCopy; in capturesVariableByCopy()3583 return getCaptureKind() == VCK_VLAType; in capturesVariableArrayType()
28 return C.capturesVariable() && C.getCaptureKind() == LCK_ByRef && in capturesByRef()
794 C->getCaptureKind() == LCK_ByCopy ? Usage::UK_CaptureByCopy in TraverseLambdaCapture()
251 if (((Attr->getCaptureKind() != OMPC_map) && in markAsEscaped()252 !isOpenMPPrivate(Attr->getCaptureKind())) || in markAsEscaped()253 ((Attr->getCaptureKind() == OMPC_map) && in markAsEscaped()401 if (C.getCaptureKind() == LCK_ByRef) { in VisitLambdaExpr()3403 if (Attr->getCaptureKind() == OMPC_map) { in translateParameter()3823 if (LC.getCaptureKind() != LCK_ByRef) in adjustTargetSpecificDataForLambdas()
8973 if (LC.getCaptureKind() != LCK_ByRef && !VD->getType()->isPointerType()) in generateInfoForLambdaCaptures()8978 if (LC.getCaptureKind() == LCK_ByRef) { in generateInfoForLambdaCaptures()
1298 CapturedStmt::Capture::getCaptureKind() const { in getCaptureKind() function in CapturedStmt::Capture
1119 LambdaCaptureKind LambdaCapture::getCaptureKind() const { in getCaptureKind() function in LambdaCapture
2140 switch (C->getCaptureKind()) { in VisitLambdaExpr()
1027 *LocationOrErr, From.isImplicit(), From.getCaptureKind(), Var, in import()
539 Record.push_back(I.getCaptureKind()); in VisitCapturedStmt()
5781 Record->push_back(Capture.getCaptureKind()); in AddCXXDefinitionData()5782 switch (Capture.getCaptureKind()) { in AddCXXDefinitionData()
13165 C->getCaptureKind() == LCK_StarThis); in TransformLambdaExpr()13210 : C->getCaptureKind() == LCK_ByCopy in TransformLambdaExpr()13323 C->getCaptureKind() == LCK_StarThis); in SkipLambdaBody()
1159 if (C.getCaptureKind() == LCK_StarThis) in adjustCVQualifiersForCXXThisWithinLambda()
14684 const bool ByRef = C.getCaptureKind() == LCK_ByRef; in RebuildLambdaScopeInfo()14693 C.getCaptureKind() == LCK_StarThis); in RebuildLambdaScopeInfo()
7852 << (Elem.Capture->getCaptureKind() == LCK_ByRef) << VD in checkInitializerLifetime()
4684 if (LC.getCaptureKind() == LCK_ByRef) { in tryCaptureOpenMPLambdas()4690 } else if (LC.getCaptureKind() == LCK_This) { in tryCaptureOpenMPLambdas()
3724 llvm::omp::Clause getCaptureKind() const {