Home
last modified time | relevance | path

Searched refs:IIs (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Serialization/
DASTWriter.cpp3308 SmallVector<const IdentifierInfo *, 128> IIs; in WriteIdentifierTable() local
3310 IIs.push_back(ID.second); in WriteIdentifierTable()
3313 std::sort(IIs.begin(), IIs.end(), llvm::less_ptr<IdentifierInfo>()); in WriteIdentifierTable()
3314 for (const IdentifierInfo *II : IIs) in WriteIdentifierTable()
4375 llvm::SmallVector<const IdentifierInfo*, 256> IIs; in WriteASTCore() local
4379 IIs.push_back(II); in WriteASTCore()
4382 std::sort(IIs.begin(), IIs.end(), llvm::less_ptr<IdentifierInfo>()); in WriteASTCore()
4383 for (const IdentifierInfo *II : IIs) { in WriteASTCore()