Searched refs:RefersToCapturedVariable (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 2027 bool RefersToCapturedVariable = in BuildDeclRefExpr() local 2032 Context, NNS, TemplateKWLoc, D, RefersToCapturedVariable, NameInfo, Ty, in BuildDeclRefExpr() 17581 const bool RefersToCapturedVariable, Sema::TryCaptureKind Kind, in captureInCapturedRegion() argument 17611 RSI->addCapture(Var, /*isBlock*/ false, ByRef, RefersToCapturedVariable, in captureInCapturedRegion() 17624 const bool RefersToCapturedVariable, in captureInLambda() argument 17711 LSI->addCapture(Var, /*isBlock=*/false, ByRef, RefersToCapturedVariable, in captureInLambda()
|