Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp18613 static bool canCaptureVariableByCopy(VarDecl *Var, const ASTContext &Context) { in canCaptureVariableByCopy() function
18643 bool ShouldOfferCopyFix = canCaptureVariableByCopy(Var, Sema.getASTContext()); in buildLambdaCaptureFixit()