Searched refs:IIs (Results 1 – 1 of 1) sorted by relevance
3473 SmallVector<const IdentifierInfo *, 128> IIs; in WriteIdentifierTable() local3477 IIs.push_back(ID->second); in WriteIdentifierTable()3480 std::sort(IIs.begin(), IIs.end(), llvm::less_ptr<IdentifierInfo>()); in WriteIdentifierTable()3481 for (const IdentifierInfo *II : IIs) in WriteIdentifierTable()4479 llvm::SmallVector<const IdentifierInfo*, 256> IIs; in WriteASTCore() local4485 IIs.push_back(II); in WriteASTCore()4488 std::sort(IIs.begin(), IIs.end(), llvm::less_ptr<IdentifierInfo>()); in WriteASTCore()4489 for (const IdentifierInfo *II : IIs) { in WriteASTCore()