Home | History | Annotate | Download | only in AST

Lines Matching defs:captures

2023 /// \brief This captures a statement into a function. For example, the following
2087 /// This operation is only valid if this capture captures a variable.
2105 CapturedStmt(Stmt *S, CapturedRegionKind Kind, ArrayRef<Capture> Captures,
2124 ArrayRef<Capture> Captures,
2160 /// \brief An iterator that walks over the captures.
2166 capture_range captures() {
2169 capture_const_range captures() const {
2178 /// captures.
2183 /// \brief Retrieve the number of captures, including 'this'.