Home | History | Annotate | Download | only in Serialization

Lines Matching refs:NextIndex

1316       unsigned NextIndex = 4;
1317 MI->setVisibility(IsPublic, ReadSourceLocation(F, Record, NextIndex));
1321 bool isC99VarArgs = Record[NextIndex++];
1322 bool isGNUVarArgs = Record[NextIndex++];
1324 unsigned NumArgs = Record[NextIndex++];
1326 MacroArgs.push_back(getLocalIdentifier(F, Record[NextIndex++]));
1343 if (NextIndex + 1 == Record.size() && PP.getPreprocessingRecord() &&
1344 Record[NextIndex]) {
1347 GlobalID = getGlobalPreprocessedEntityID(F, Record[NextIndex]);