Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h893 llvm::SmallVector<Expr*, 4> PotentiallyCapturingExprs; variable
955 PotentiallyCapturingExprs.push_back(VarExpr); in addPotentialCapture()
1018 llvm::erase_value(PotentiallyCapturingExprs, E); in removePotentialCapture()
1021 PotentiallyCapturingExprs.clear(); in clearPotentialCaptures()
1025 return PotentiallyCapturingExprs.size(); in getNumPotentialVariableCaptures()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DScopeInfo.cpp236 for (Expr *E : PotentiallyCapturingExprs) { in visitPotentialCaptures()