Home | History | Annotate | Download | only in Serialization

Lines Matching refs:MacroArgs

1399   SmallVector<IdentifierInfo*, 16> MacroArgs;
1451 MacroArgs.clear();
1454 MacroArgs.push_back(getLocalIdentifier(F, Record[NextIndex++]));
1461 MI->setArgumentList(MacroArgs, PP.getPreprocessorAllocator());