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

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp2283 bool RefersToCapturedVariable = isa<VarDecl, BindingDecl>(D) && local
2287 Context, NNS, TemplateKWLoc, D, RefersToCapturedVariable, NameInfo, Ty,
19458 const bool RefersToCapturedVariable, Sema::TryCaptureKind Kind,
19488 RSI->addCapture(Var, /*isBlock*/ false, ByRef, RefersToCapturedVariable,
19498 const bool RefersToCapturedVariable,
19601 LSI->addCapture(Var, /*isBlock=*/false, ByRef, RefersToCapturedVariable,
19455 captureInCapturedRegion( CapturedRegionScopeInfo *RSI, ValueDecl *Var, SourceLocation Loc, const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, const bool RefersToCapturedVariable, Sema::TryCaptureKind Kind, bool IsTopScope, Sema &S, bool Invalid) argument
19495 captureInLambda(LambdaScopeInfo *LSI, ValueDecl *Var, SourceLocation Loc, const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, const bool RefersToCapturedVariable, const Sema::TryCaptureKind Kind, SourceLocation EllipsisLoc, const bool IsTopScope, Sema &S, bool Invalid) argument

Completed in 209 milliseconds