Home | History | Annotate | Download | only in Sema

Lines Matching refs:Captures

211 /// \brief Captures information about "declaration specifiers".
754 /// \brief Captures information about "declaration specifiers" specific to
2180 SmallVector<LambdaCapture, 4> Captures;
2192 Captures.push_back(LambdaCapture(Kind, Loc, Id, EllipsisLoc, Init,