Searched refs:MacroIdentifiers (Results 1 – 1 of 1) sorted by relevance
2548 SmallVector<const IdentifierInfo *, 128> MacroIdentifiers; in WritePreprocessor() local2556 MacroIdentifiers.push_back(Id.second); in WritePreprocessor()2559 llvm::sort(MacroIdentifiers, llvm::deref<std::less<>>()); in WritePreprocessor()2563 for (const IdentifierInfo *Name : MacroIdentifiers) { in WritePreprocessor()