Home | History | Annotate | Download | only in Serialization

Lines Matching defs:NextIndex

1747       unsigned NextIndex = 1; // Skip identifier ID.
1748 SourceLocation Loc = ReadSourceLocation(F, Record, NextIndex);
1750 MI->setDefinitionEndLoc(ReadSourceLocation(F, Record, NextIndex));
1751 MI->setIsUsed(Record[NextIndex++]);
1752 MI->setUsedForHeaderGuard(Record[NextIndex++]);
1756 bool isC99VarArgs = Record[NextIndex++];
1757 bool isGNUVarArgs = Record[NextIndex++];
1758 bool hasCommaPasting = Record[NextIndex++];
1760 unsigned NumArgs = Record[NextIndex++];
1762 MacroParams.push_back(getLocalIdentifier(F, Record[NextIndex++]));
1776 if (NextIndex + 1 == Record.size() && PP.getPreprocessingRecord() &&
1777 Record[NextIndex]) {
1780 GlobalID = getGlobalPreprocessedEntityID(F, Record[NextIndex]);