clang API Documentation
An identifier-lookup iterator that enumerates all of the identifiers stored within a set of AST files. More...


Public Member Functions | |
| ASTIdentifierIterator (const ASTReader &Reader) | |
| virtual StringRef | Next () |
| Retrieve the next string in the identifier table and advances the iterator for the following string. | |
An identifier-lookup iterator that enumerates all of the identifiers stored within a set of AST files.
Definition at line 5272 of file ASTReader.cpp.
| ASTIdentifierIterator::ASTIdentifierIterator | ( | const ASTReader & | Reader | ) | [explicit] |
Definition at line 5295 of file ASTReader.cpp.
References clang::OnDiskChainedHashTable< Info >::key_begin(), and clang::OnDiskChainedHashTable< Info >::key_end().
| StringRef ASTIdentifierIterator::Next | ( | ) | [virtual] |
Retrieve the next string in the identifier table and advances the iterator for the following string.
StringRef. Implements clang::IdentifierIterator.
Definition at line 5303 of file ASTReader.cpp.
References clang::OnDiskChainedHashTable< Info >::key_begin(), and clang::OnDiskChainedHashTable< Info >::key_end().