|
clang
3.8.0
|
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) | |
| StringRef | Next () override |
| Retrieve the next string in the identifier table and advances the iterator for the following string. More... | |
Public Member Functions inherited from clang::IdentifierIterator | |
| virtual | ~IdentifierIterator () |
Additional Inherited Members | |
Protected Member Functions inherited from clang::IdentifierIterator | |
| IdentifierIterator () | |
An identifier-lookup iterator that enumerates all of the identifiers stored within a set of AST files.
Definition at line 7015 of file ASTReader.cpp.
|
explicit |
Definition at line 7038 of file ASTReader.cpp.
|
overridevirtual |
Retrieve the next string in the identifier table and advances the iterator for the following string.
StringRef. Implements clang::IdentifierIterator.
Definition at line 7046 of file ASTReader.cpp.
References clang::Result.
1.8.6