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 698 llvm::SmallVector<Expr*, 4> PotentiallyCapturingExprs;
746 PotentiallyCapturingExprs.push_back(VarExpr);
807 PotentiallyCapturingExprs.erase(
808 std::remove(PotentiallyCapturingExprs.begin(),
809 PotentiallyCapturingExprs.end(), E),
810 PotentiallyCapturingExprs.end());
813 PotentiallyCapturingExprs.clear();
817 return PotentiallyCapturingExprs.size();
  /external/clang/lib/Sema/
ScopeInfo.cpp 227 E = PotentiallyCapturingExprs[Idx];

Completed in 409 milliseconds