HomeSort by: relevance | last modified time | path
    Searched refs:PotentiallyCapturingExprs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h 879 llvm::SmallVector<Expr*, 4> PotentiallyCapturingExprs;
941 PotentiallyCapturingExprs.push_back(VarExpr);
1004 PotentiallyCapturingExprs.erase(
1005 std::remove(PotentiallyCapturingExprs.begin(),
1006 PotentiallyCapturingExprs.end(), E),
1007 PotentiallyCapturingExprs.end());
1010 PotentiallyCapturingExprs.clear();
1014 return PotentiallyCapturingExprs.size();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
ScopeInfo.cpp 235 for (Expr *E : PotentiallyCapturingExprs) {

Completed in 51 milliseconds