Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h727 llvm::SmallVector<Expr*, 4> PotentiallyCapturingExprs; variable
775 PotentiallyCapturingExprs.push_back(VarExpr); in addPotentialCapture()
836 PotentiallyCapturingExprs.erase( in removePotentialCapture()
837 std::remove(PotentiallyCapturingExprs.begin(), in removePotentialCapture()
838 PotentiallyCapturingExprs.end(), E), in removePotentialCapture()
839 PotentiallyCapturingExprs.end()); in removePotentialCapture()
842 PotentiallyCapturingExprs.clear(); in clearPotentialCaptures()
846 return PotentiallyCapturingExprs.size(); in getNumPotentialVariableCaptures()
/external/clang/lib/Sema/
DScopeInfo.cpp230 E = PotentiallyCapturingExprs[Idx]; in getPotentialVariableCapture()