Searched defs:captures (Results 1 – 8 of 8) sorted by relevance
56 def capture_tensors(captures): argument138 def __init__(self, captures): argument
19 T captures(T x, T y) { in captures() function
888 ZoneVector<Handle<Object>>* captures) in VectorBackedMatch()1646 ZoneVector<Handle<Object>> captures(&zone); in RUNTIME_FUNCTION() 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