Searched refs:capturesThis (Results 1 – 18 of 18) sorted by relevance
82 bool capturesThis() const { in capturesThis() function
3570 bool capturesThis() const { return getCaptureKind() == VCK_This; } in capturesThis() function
594 if (It->capturesThis()) in getVariableName()
392 if (C->capturesThis() || C->capturesVLAType()) in TraverseLambdaCapture()
159 REGISTER_MATCHER(capturesThis); in RegistryMaps()
4745 AST_MATCHER(LambdaCapture, capturesThis) { return Node.capturesThis(); } in AST_MATCHER() argument
1123 if (capturesThis()) in getCaptureKind()
1582 if (C->capturesThis()) in getCaptureFields()
337 } else if (CurCap->capturesThis()) { in GenerateOpenMPCapturedVars()475 } else if (I->capturesThis()) { in emitOutlinedFunctionPrologue()488 } else if (DebugFunctionDecl && (CapVar || I->capturesThis())) { in emitOutlinedFunctionPrologue()597 assert(I->capturesThis()); in emitOutlinedFunctionPrologue()
419 if (I->capturesThis())
9042 const ValueDecl *VD = Cap->capturesThis() in generateInfoForCapture()9278 if (CI.capturesThis()) { in generateDefaultMapInfo()10403 if (!CI->capturesThis()) in emitTargetCall()
1508 } else if (C.capturesThis()) { in CollectRecordLambdaFields()
4598 auto matcher = lambdaExpr(hasAnyCapture(lambdaCapture(capturesThis()))); in TEST_P()
535 if (I.capturesThis() || I.capturesVariableArrayType()) in VisitCapturedStmt()
13162 if (C->capturesThis()) { in TransformLambdaExpr()13320 if (C->capturesThis()) { in SkipLambdaBody()
1158 if (C.capturesThis()) { in adjustCVQualifiersForCXXThisWithinLambda()
14691 } else if (C.capturesThis()) { in RebuildLambdaScopeInfo()
3644 return C.capturesThis(); in VisitSubCaptures()