Searched refs:getCaptureKind (Results 1 – 18 of 18) sorted by relevance
78 LambdaCaptureKind getCaptureKind() const;
201 addData(C.getCaptureKind());
3575 VariableCaptureKind getCaptureKind() const;3582 bool capturesThis() const { return getCaptureKind() == VCK_This; } in capturesThis()3585 bool capturesVariable() const { return getCaptureKind() == VCK_ByRef; } in capturesVariable()3589 return getCaptureKind() == VCK_ByCopy; in capturesVariableByCopy()3595 return getCaptureKind() == VCK_VLAType; in capturesVariableArrayType()
234 if (((Attr->getCaptureKind() != OMPC_map) && in markAsEscaped()235 !isOpenMPPrivate(Attr->getCaptureKind())) || in markAsEscaped()236 ((Attr->getCaptureKind() == OMPC_map) && in markAsEscaped()384 if (C.getCaptureKind() == LCK_ByRef) { in VisitLambdaExpr()3051 if (Attr->getCaptureKind() == OMPC_map) { in translateParameter()3461 if (LC.getCaptureKind() != LCK_ByRef) in adjustTargetSpecificDataForLambdas()
8589 if (LC.getCaptureKind() != LCK_ByRef && !VD->getType()->isPointerType()) in generateInfoForLambdaCaptures()8594 if (LC.getCaptureKind() == LCK_ByRef) { in generateInfoForLambdaCaptures()
1299 CapturedStmt::Capture::getCaptureKind() const { in getCaptureKind() function in CapturedStmt::Capture
1186 LambdaCaptureKind LambdaCapture::getCaptureKind() const { in getCaptureKind() function in LambdaCapture
2150 switch (C->getCaptureKind()) { in VisitLambdaExpr()
1022 *LocationOrErr, From.isImplicit(), From.getCaptureKind(), Var, in import()
2043 DetectedOdrViolation |= Cap1.getCaptureKind() != Cap2.getCaptureKind(); in MergeDefinitionData()
537 Record.push_back(I.getCaptureKind()); in VisitCapturedStmt()
5953 Record->push_back(Capture.getCaptureKind()); in AddCXXDefinitionData()5954 switch (Capture.getCaptureKind()) { in AddCXXDefinitionData()
13188 C->getLocation(), C->getCaptureKind() == LCK_ByRef, in TransformLambdaExpr()13341 C->getCaptureKind() == LCK_StarThis); in TransformLambdaExpr()13371 getSema().addInitCapture(LSI, NewVD, C->getCaptureKind() == LCK_ByRef); in TransformLambdaExpr()13386 : C->getCaptureKind() == LCK_ByCopy in TransformLambdaExpr()13498 C->getCaptureKind() == LCK_StarThis); in SkipLambdaBody()
1162 if (C.getCaptureKind() == LCK_StarThis) in adjustCVQualifiersForCXXThisWithinLambda()
15082 const bool ByRef = C.getCaptureKind() == LCK_ByRef; in RebuildLambdaScopeInfo()15091 C.getCaptureKind() == LCK_StarThis); in RebuildLambdaScopeInfo()
8180 << (Elem.Capture->getCaptureKind() == LCK_ByRef) << VD in checkInitializerLifetime()
4740 if (LC.getCaptureKind() == LCK_ByRef) { in tryCaptureOpenMPLambdas()4746 } else if (LC.getCaptureKind() == LCK_This) { in tryCaptureOpenMPLambdas()
3736 llvm::omp::Clause getCaptureKind() const {