Searched defs:captures (Results 1 – 8 of 8) sorted by relevance
19 T captures(T x, T y) { in captures() function
1020 ZoneVector<Handle<Object>>* captures, in VectorBackedMatch()1847 ZoneVector<Handle<Object>> captures(&zone); in RUNTIME_FUNCTION() local
831 std::smatch captures; in GetLineAndFilename() local
2140 capture_range captures() { in captures() function2143 capture_const_range captures() const { in captures() function
1075 capture_const_range captures() const { in captures() function
3581 ArrayRef<Capture> captures() const { return {Captures, NumCaptures}; } in captures() function
952 LambdaExpr::capture_range LambdaExpr::captures() const { in captures() function in LambdaExpr
1321 SmallVector<BlockDecl::Capture, 16> captures; in VisitBlockDecl() local