Searched refs:MacroIdentifiers (Results 1 – 1 of 1) sorted by relevance
2489 SmallVector<const IdentifierInfo *, 128> MacroIdentifiers; in WritePreprocessor() local2494 MacroIdentifiers.push_back(Id.second); in WritePreprocessor()2497 llvm::sort(MacroIdentifiers, llvm::less_ptr<IdentifierInfo>()); in WritePreprocessor()2501 for (const IdentifierInfo *Name : MacroIdentifiers) { in WritePreprocessor()