clang 19.0.0git
clang::sema::Capture Member List

This is the complete list of members for clang::sema::Capture, including all inherited members.

Capture(ValueDecl *Var, bool Block, bool ByRef, bool IsNested, SourceLocation Loc, SourceLocation EllipsisLoc, QualType CaptureType, bool Invalid)clang::sema::Captureinline
Capture(IsThisCapture, bool IsNested, SourceLocation Loc, QualType CaptureType, const bool ByCopy, bool Invalid)clang::sema::Captureinline
Capture(IsVLACapture, const VariableArrayType *VLA, bool IsNested, SourceLocation Loc, QualType CaptureType)clang::sema::Captureinline
CapturedVarclang::sema::Capture
CapturedVLAclang::sema::Capture
getCapturedVLAType() constclang::sema::Captureinline
getCaptureType() constclang::sema::Captureinline
getEllipsisLoc() constclang::sema::Captureinline
getLocation() constclang::sema::Captureinline
getVariable() constclang::sema::Captureinline
isBlockCapture() constclang::sema::Captureinline
isCopyCapture() constclang::sema::Captureinline
isInitCapture() constclang::sema::Capture
isInvalid() constclang::sema::Captureinline
isNested() constclang::sema::Captureinline
isNonODRUsed() constclang::sema::Captureinline
isODRUsed() constclang::sema::Captureinline
isReferenceCapture() constclang::sema::Captureinline
IsThisCapture enum nameclang::sema::Capture
isThisCapture() constclang::sema::Captureinline
isVariableCapture() constclang::sema::Captureinline
IsVLACapture enum nameclang::sema::Capture
isVLATypeCapture() constclang::sema::Captureinline
markUsed(bool IsODRUse)clang::sema::Captureinline
ThisCapture enum valueclang::sema::Capture
VLACapture enum valueclang::sema::Capture