Lines Matching defs:ParmVarDeclBits
1718 BitsUnpacker ParmVarDeclBits(Record.readInt());
1719 unsigned isObjCMethodParam = ParmVarDeclBits.getNextBit();
1720 unsigned scopeDepth = ParmVarDeclBits.getNextBits(/*Width=*/7);
1721 unsigned declQualifier = ParmVarDeclBits.getNextBits(/*Width=*/7);
1725 PD->ParmVarDeclBits.ScopeDepthOrObjCQuals = declQualifier;
1729 PD->ParmVarDeclBits.IsKNRPromoted = ParmVarDeclBits.getNextBit();
1731 PD->ParmVarDeclBits.HasInheritedDefaultArg = ParmVarDeclBits.getNextBit();
1732 if (ParmVarDeclBits.getNextBit()) // hasUninstantiatedDefaultArg.
1735 if (ParmVarDeclBits.getNextBit()) // Valid explicit object parameter