Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h930 llvm::SmallVector<Expr*, 4> PotentiallyCapturingExprs; variable
992 PotentiallyCapturingExprs.push_back(VarExpr); in addPotentialCapture()
1055 llvm::erase(PotentiallyCapturingExprs, E); in removePotentialCapture()
1058 PotentiallyCapturingExprs.clear(); in clearPotentialCaptures()
1062 return PotentiallyCapturingExprs.size(); in getNumPotentialVariableCaptures()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp238 for (Expr *E : PotentiallyCapturingExprs) { in visitPotentialCaptures()