Searched refs:IIs (Results 1 – 1 of 1) sorted by relevance
3277 SmallVector<const IdentifierInfo *, 128> IIs; in WriteIdentifierTable() local3279 IIs.push_back(ID.second); in WriteIdentifierTable()3282 std::sort(IIs.begin(), IIs.end(), llvm::less_ptr<IdentifierInfo>()); in WriteIdentifierTable()3283 for (const IdentifierInfo *II : IIs) in WriteIdentifierTable()4318 llvm::SmallVector<const IdentifierInfo*, 256> IIs; in WriteASTCore() local4322 IIs.push_back(II); in WriteASTCore()4325 std::sort(IIs.begin(), IIs.end(), llvm::less_ptr<IdentifierInfo>()); in WriteASTCore()4326 for (const IdentifierInfo *II : IIs) { in WriteASTCore()