Searched refs:OtherCapture (Results 1 – 1 of 1) sorted by relevance
277 for (const LambdaCapture &OtherCapture : L->captures()) { in checkASTDecl() local278 if (!OtherCapture.capturesVariable()) in checkASTDecl()280 if (auto *ValueDecl = OtherCapture.getCapturedVar()) { in checkASTDecl()