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

/external/clang/include/clang/Sema/
H A DScopeInfo.h655 llvm::SmallVector<Expr*, 4> PotentiallyCapturingExprs; member in class:clang::sema::LambdaScopeInfo
705 PotentiallyCapturingExprs.push_back(VarExpr);
766 PotentiallyCapturingExprs.erase(
767 std::remove(PotentiallyCapturingExprs.begin(),
768 PotentiallyCapturingExprs.end(), E),
769 PotentiallyCapturingExprs.end());
772 PotentiallyCapturingExprs.clear();
776 return PotentiallyCapturingExprs.size();
/external/clang/lib/Sema/
H A DScopeInfo.cpp203 E = PotentiallyCapturingExprs[Idx];

Completed in 199 milliseconds