Searched refs:RefersToCapturedVariable (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 2085 bool RefersToCapturedVariable = in BuildDeclRefExpr() local 2090 Context, NNS, TemplateKWLoc, D, RefersToCapturedVariable, NameInfo, Ty, in BuildDeclRefExpr() 18477 const bool RefersToCapturedVariable, Sema::TryCaptureKind Kind, in captureInCapturedRegion() argument 18507 RSI->addCapture(Var, /*isBlock*/ false, ByRef, RefersToCapturedVariable, in captureInCapturedRegion() 18520 const bool RefersToCapturedVariable, in captureInLambda() argument 18607 LSI->addCapture(Var, /*isBlock=*/false, ByRef, RefersToCapturedVariable, in captureInLambda()
|