Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp17551 static bool canCaptureVariableByCopy(VarDecl *Var, const ASTContext &Context) { in canCaptureVariableByCopy() function
17581 bool ShouldOfferCopyFix = canCaptureVariableByCopy(Var, Sema.getASTContext()); in buildLambdaCaptureFixit()