Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h672 llvm::SmallVector<Expr*, 4> PotentiallyCapturingExprs; variable
722 PotentiallyCapturingExprs.push_back(VarExpr); in addPotentialCapture()
783 PotentiallyCapturingExprs.erase( in removePotentialCapture()
784 std::remove(PotentiallyCapturingExprs.begin(), in removePotentialCapture()
785 PotentiallyCapturingExprs.end(), E), in removePotentialCapture()
786 PotentiallyCapturingExprs.end()); in removePotentialCapture()
789 PotentiallyCapturingExprs.clear(); in clearPotentialCaptures()
793 return PotentiallyCapturingExprs.size(); in getNumPotentialVariableCaptures()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp222 E = PotentiallyCapturingExprs[Idx]; in getPotentialVariableCapture()