Member predicate FunctionOutput::isQualifierObject
Holds if this is the output value pointed to by the this pointer of an instance member
function.
Example:
struct C {
  void mfunc(int n, char* p, float& r);
};
isQualifierObject()holds for theFunctionOutputthat represents the value of*this(with typeC) on return from the function.
predicate isQualifierObject(int ind)