HomeSort by relevance Sort by last modified time
    Searched refs:PotentiallyCapturingExprs (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
ScopeInfo.h 655 llvm::SmallVector<Expr*, 4> PotentiallyCapturingExprs;
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/
ScopeInfo.cpp 203 E = PotentiallyCapturingExprs[Idx];

Completed in 51 milliseconds