Searched refs:capturesVariable (Results 1 – 13 of 13) sorted by relevance
156 if (C.capturesVariable() && IndexCtx.shouldIndexFunctionLocalSymbols()) in TraverseLambdaCapture()
2424 if (!C->capturesVariable()) in RunVisitorWorkList()
1107 bool CapturedStmt::capturesVariable(const VarDecl *Var) const { in capturesVariable() function in CapturedStmt1110 if (!I->capturesVariable()) in capturesVariable()
945 else if (C->capturesVariable()) in getCaptureFields()
3340 bool BlockDecl::capturesVariable(const VarDecl *variable) const { in capturesVariable() function in BlockDecl
185 if (I->capturesVariable()) { in TraverseLambdaExpr()
6509 if (block->getBlockDecl()->capturesVariable(Variable)) in VisitBlockExpr()6550 if (!block || !block->getBlockDecl()->capturesVariable(owner.Variable)) in findCapturingExpr()
8297 assert(C->capturesVariable() && "unexpected kind of lambda capture"); in TransformLambdaScope()
1956 bool capturesVariable() const { return getCaptureKind() != VCK_This; } in capturesVariable() function2042 bool capturesVariable(const VarDecl *Var) const;
1400 bool capturesVariable() const { in capturesVariable() function1413 assert(capturesVariable() && "No variable available for 'this' capture"); in getCapturedVar()
3235 bool capturesVariable(const VarDecl *var) const;
844 if (C.capturesVariable()) { in CollectRecordLambdaFields()
5113 Capture.capturesVariable() ? Capture.getCapturedVar() : 0; in AddCXXDefinitionData()