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::Capture | inline |
Capture(IsThisCapture, bool IsNested, SourceLocation Loc, QualType CaptureType, const bool ByCopy, bool Invalid) | clang::sema::Capture | inline |
Capture(IsVLACapture, const VariableArrayType *VLA, bool IsNested, SourceLocation Loc, QualType CaptureType) | clang::sema::Capture | inline |
CapturedVar | clang::sema::Capture | |
CapturedVLA | clang::sema::Capture | |
getCapturedVLAType() const | clang::sema::Capture | inline |
getCaptureType() const | clang::sema::Capture | inline |
getEllipsisLoc() const | clang::sema::Capture | inline |
getLocation() const | clang::sema::Capture | inline |
getVariable() const | clang::sema::Capture | inline |
isBlockCapture() const | clang::sema::Capture | inline |
isCopyCapture() const | clang::sema::Capture | inline |
isInitCapture() const | clang::sema::Capture | |
isInvalid() const | clang::sema::Capture | inline |
isNested() const | clang::sema::Capture | inline |
isNonODRUsed() const | clang::sema::Capture | inline |
isODRUsed() const | clang::sema::Capture | inline |
isReferenceCapture() const | clang::sema::Capture | inline |
IsThisCapture enum name | clang::sema::Capture | |
isThisCapture() const | clang::sema::Capture | inline |
isVariableCapture() const | clang::sema::Capture | inline |
IsVLACapture enum name | clang::sema::Capture | |
isVLATypeCapture() const | clang::sema::Capture | inline |
markUsed(bool IsODRUse) | clang::sema::Capture | inline |
ThisCapture enum value | clang::sema::Capture | |
VLACapture enum value | clang::sema::Capture | |