Searched refs:MacroIdentifiers (Results 1 – 1 of 1) sorted by relevance
2156 SmallVector<const IdentifierInfo *, 128> MacroIdentifiers; in WritePreprocessor() local2161 MacroIdentifiers.push_back(Id.second); in WritePreprocessor()2164 std::sort(MacroIdentifiers.begin(), MacroIdentifiers.end(), in WritePreprocessor()2169 for (const IdentifierInfo *Name : MacroIdentifiers) { in WritePreprocessor()