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
995 PotentiallyCapturingExprs.push_back(VarExpr); in addPotentialCapture()
1058 llvm::erase(PotentiallyCapturingExprs, E); in removePotentialCapture()
1061 PotentiallyCapturingExprs.clear(); in clearPotentialCaptures()
1065 return PotentiallyCapturingExprs.size(); in getNumPotentialVariableCaptures()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp237 for (Expr *E : PotentiallyCapturingExprs) { in visitPotentialCaptures()