Return true if the argument is a Swift self parameter.

Synopsis

Declared in <llvm/CodeGen/TargetCallingConv.h>

bool
isSwiftSelf() const;

Return Value

True if the Swift self flag is set.

Created with MrDocs