Home | History | Annotate | Download | only in Serialization

Lines Matching refs:NextIndex

1152       unsigned NextIndex = 3;
1153 SourceLocation Loc = ReadSourceLocation(F, Record, NextIndex);
1158 MI->setDefinitionEndLoc(ReadSourceLocation(F, Record, NextIndex));
1163 SourceLocation UndefLoc = ReadSourceLocation(F, Record, NextIndex);
1167 MI->setIsUsed(Record[NextIndex++]);
1169 bool IsPublic = Record[NextIndex++];
1170 MD->setVisibility(IsPublic, ReadSourceLocation(F, Record, NextIndex));
1174 bool isC99VarArgs = Record[NextIndex++];
1175 bool isGNUVarArgs = Record[NextIndex++];
1176 bool hasCommaPasting = Record[NextIndex++];
1178 unsigned NumArgs = Record[NextIndex++];
1180 MacroArgs.push_back(getLocalIdentifier(F, Record[NextIndex++]));
1250 if (NextIndex + 1 == Record.size() && PP.getPreprocessingRecord() &&
1251 Record[NextIndex]) {
1254 GlobalID = getGlobalPreprocessedEntityID(F, Record[NextIndex]);