Home
last modified time | relevance | path

Searched refs:RefersToCapturedVariable (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaExpr.cpp1751 bool RefersToCapturedVariable = in BuildDeclRefExpr() local
1763 RefersToCapturedVariable, NameInfo.getLoc(), Ty, VK, in BuildDeclRefExpr()
1770 SourceLocation(), D, RefersToCapturedVariable, in BuildDeclRefExpr()
13385 const bool RefersToCapturedVariable, in captureInCapturedRegion() argument
13416 CopyExpr = new (S.Context) DeclRefExpr(Var, RefersToCapturedVariable, in captureInCapturedRegion()
13424 RSI->addCapture(Var, /*isBlock*/false, ByRef, RefersToCapturedVariable, Loc, in captureInCapturedRegion()
13436 bool RefersToCapturedVariable) { in addAsFieldToClosureType() argument
13456 const bool RefersToCapturedVariable, in captureInLambda() argument
13528 RefersToCapturedVariable); in captureInLambda()
13546 LSI->addCapture(Var, /*IsBlock=*/false, ByRef, RefersToCapturedVariable, in captureInLambda()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp2020 bool RefersToCapturedVariable = in BuildDeclRefExpr() local
2025 Context, NNS, TemplateKWLoc, D, RefersToCapturedVariable, NameInfo, Ty, in BuildDeclRefExpr()
17257 const bool RefersToCapturedVariable, in captureInCapturedRegion() argument
17285 RSI->addCapture(Var, /*isBlock*/ false, ByRef, RefersToCapturedVariable, in captureInCapturedRegion()
17298 const bool RefersToCapturedVariable, in captureInLambda() argument
17385 LSI->addCapture(Var, /*isBlock=*/false, ByRef, RefersToCapturedVariable, in captureInLambda()