Searched refs:MacroIdentifiers (Results 1 – 2 of 2) 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()
2195 SmallVector<const IdentifierInfo *, 128> MacroIdentifiers; in WritePreprocessor() local2200 MacroIdentifiers.push_back(Id.second); in WritePreprocessor()2203 llvm::sort(MacroIdentifiers, llvm::deref<std::less<>>()); in WritePreprocessor()2207 for (const IdentifierInfo *Name : MacroIdentifiers) { in WritePreprocessor()