Lines Matching defs:ParmVarDeclBits
1714 BitsUnpacker ParmVarDeclBits(Record.readInt());
1715 unsigned isObjCMethodParam = ParmVarDeclBits.getNextBit();
1716 unsigned scopeDepth = ParmVarDeclBits.getNextBits(/*Width=*/7);
1717 unsigned declQualifier = ParmVarDeclBits.getNextBits(/*Width=*/7);
1721 PD->ParmVarDeclBits.ScopeDepthOrObjCQuals = declQualifier;
1725 PD->ParmVarDeclBits.IsKNRPromoted = ParmVarDeclBits.getNextBit();
1727 PD->ParmVarDeclBits.HasInheritedDefaultArg = ParmVarDeclBits.getNextBit();
1728 if (ParmVarDeclBits.getNextBit()) // hasUninstantiatedDefaultArg.
1731 if (ParmVarDeclBits.getNextBit()) // Valid explicit object parameter