Searched refs:capturesThis (Results 1 – 16 of 16) sorted by relevance
82 bool capturesThis() const { in capturesThis() function
3509 bool capturesThis() const { return getCaptureKind() == VCK_This; } in capturesThis() function
596 if (It->capturesThis()) in getVariableName()
391 if (C->capturesThis() || C->capturesVLAType()) in TraverseLambdaCapture()
1117 if (capturesThis()) in getCaptureKind()
1558 if (C->capturesThis()) in getCaptureFields()
333 } else if (CurCap->capturesThis()) { in GenerateOpenMPCapturedVars()471 } else if (I->capturesThis()) { in emitOutlinedFunctionPrologue()480 if (DebugFunctionDecl && (CapVar || I->capturesThis())) { in emitOutlinedFunctionPrologue()585 assert(I->capturesThis()); in emitOutlinedFunctionPrologue()
392 if (I->capturesThis())
8886 const ValueDecl *VD = Cap->capturesThis() in generateInfoForCapture()9116 if (CI.capturesThis()) { in generateDefaultMapInfo()10254 if (!CI->capturesThis()) in emitTargetCall()
1453 } else if (C.capturesThis()) { in CollectRecordLambdaFields()
4617 return LC.capturesThis();
533 if (I.capturesThis() || I.capturesVariableArrayType()) in VisitCapturedStmt()
12792 if (C->capturesThis()) { in TransformLambdaExpr()12950 if (C->capturesThis()) { in SkipLambdaBody()
1139 if (C.capturesThis()) { in adjustCVQualifiersForCXXThisWithinLambda()
14121 } else if (C.capturesThis()) { in RebuildLambdaScopeInfo()
3445 return C.capturesThis(); in VisitSubCaptures()