clang 20.0.0git
|
This is the complete list of members for clang::LambdaCapture, including all inherited members.
ASTStmtReader | clang::LambdaCapture | friend |
ASTStmtWriter | clang::LambdaCapture | friend |
capturesThis() const | clang::LambdaCapture | inline |
capturesVariable() const | clang::LambdaCapture | inline |
capturesVLAType() const | clang::LambdaCapture | inline |
getCapturedVar() const | clang::LambdaCapture | inline |
getCaptureKind() const | clang::LambdaCapture | |
getEllipsisLoc() const | clang::LambdaCapture | inline |
getLocation() const | clang::LambdaCapture | inline |
isExplicit() const | clang::LambdaCapture | inline |
isImplicit() const | clang::LambdaCapture | inline |
isPackExpansion() const | clang::LambdaCapture | inline |
LambdaCapture(SourceLocation Loc, bool Implicit, LambdaCaptureKind Kind, ValueDecl *Var=nullptr, SourceLocation EllipsisLoc=SourceLocation()) | clang::LambdaCapture |