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 688 llvm::SmallVector<Expr*, 4> PotentiallyCapturingExprs;
738 PotentiallyCapturingExprs.push_back(VarExpr);
799 PotentiallyCapturingExprs.erase(
800 std::remove(PotentiallyCapturingExprs.begin(),
801 PotentiallyCapturingExprs.end(), E),
802 PotentiallyCapturingExprs.end());
805 PotentiallyCapturingExprs.clear();
809 return PotentiallyCapturingExprs.size();
  /external/clang/lib/Sema/
ScopeInfo.cpp 224 E = PotentiallyCapturingExprs[Idx];

Completed in 403 milliseconds