Searched refs:getCaptureKind (Results 1 – 18 of 18) sorted by relevance
78 LambdaCaptureKind getCaptureKind() const;
201 addData(C.getCaptureKind());
3502 VariableCaptureKind getCaptureKind() const;3509 bool capturesThis() const { return getCaptureKind() == VCK_This; } in capturesThis()3512 bool capturesVariable() const { return getCaptureKind() == VCK_ByRef; } in capturesVariable()3516 return getCaptureKind() == VCK_ByCopy; in capturesVariableByCopy()3522 return getCaptureKind() == VCK_VLAType; in capturesVariableArrayType()
253 if (((Attr->getCaptureKind() != OMPC_map) && in markAsEscaped()254 !isOpenMPPrivate(Attr->getCaptureKind())) || in markAsEscaped()255 ((Attr->getCaptureKind() == OMPC_map) && in markAsEscaped()403 if (C.getCaptureKind() == LCK_ByRef) { in VisitLambdaExpr()3348 if (Attr->getCaptureKind() == OMPC_map) { in translateParameter()3767 if (LC.getCaptureKind() != LCK_ByRef) in adjustTargetSpecificDataForLambdas()
8997 if (LC.getCaptureKind() != LCK_ByRef && !VD->getType()->isPointerType()) in generateInfoForLambdaCaptures()9002 if (LC.getCaptureKind() == LCK_ByRef) { in generateInfoForLambdaCaptures()
1933 ID.AddInteger(C->getCaptureKind()); in VisitLambdaExpr()1934 switch (C->getCaptureKind()) { in VisitLambdaExpr()
1292 CapturedStmt::Capture::getCaptureKind() const { in getCaptureKind() function in CapturedStmt::Capture
1115 LambdaCaptureKind LambdaCapture::getCaptureKind() const { in getCaptureKind() function in LambdaCapture
1985 switch (C->getCaptureKind()) { in VisitLambdaExpr()
990 *LocationOrErr, From.isImplicit(), From.getCaptureKind(), Var, in import()
537 Record.push_back(I.getCaptureKind()); in VisitCapturedStmt()
5585 Record->push_back(Capture.getCaptureKind()); in AddCXXDefinitionData()5586 switch (Capture.getCaptureKind()) { in AddCXXDefinitionData()
12870 C->getCaptureKind() == LCK_StarThis); in TransformLambdaExpr()12915 : C->getCaptureKind() == LCK_ByCopy in TransformLambdaExpr()13028 C->getCaptureKind() == LCK_StarThis); in SkipLambdaBody()
1157 if (C.getCaptureKind() == LCK_StarThis) in adjustCVQualifiersForCXXThisWithinLambda()
14170 const bool ByRef = C.getCaptureKind() == LCK_ByRef; in RebuildLambdaScopeInfo()14179 C.getCaptureKind() == LCK_StarThis); in RebuildLambdaScopeInfo()
7793 << (Elem.Capture->getCaptureKind() == LCK_ByRef) << VD in checkInitializerLifetime()
4411 if (LC.getCaptureKind() == LCK_ByRef) { in tryCaptureOpenMPLambdas()4417 } else if (LC.getCaptureKind() == LCK_This) { in tryCaptureOpenMPLambdas()
3583 llvm::omp::Clause getCaptureKind() const {