Searched refs:captureInLambda (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 13450 static bool captureInLambda(LambdaScopeInfo *LSI, in captureInLambda() function 13733 if (!captureInLambda(LSI, Var, ExprLoc, in tryCaptureVariable()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 17292 static bool captureInLambda(LambdaScopeInfo *LSI, in captureInLambda() function 17615 !captureInLambda(LSI, Var, ExprLoc, BuildAndDiagnose, CaptureType, in tryCaptureVariable()
|