clang
8.0.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, bool SkipModules=false) | |
StringRef | Next () override |
Retrieve the next string in the identifier table and advances the iterator for the following string. More... | |
![]() | |
IdentifierIterator (const IdentifierIterator &)=delete | |
IdentifierIterator & | operator= (const IdentifierIterator &)=delete |
virtual | ~IdentifierIterator () |
Additional Inherited Members | |
![]() | |
IdentifierIterator ()=default | |
An identifier-lookup iterator that enumerates all of the identifiers stored within a set of AST files.
Definition at line 7889 of file ASTReader.cpp.
|
explicit |
Definition at line 7917 of file ASTReader.cpp.
Referenced by clang::ASTReader::getIdentifiers().
|
overridevirtual |
Retrieve the next string in the identifier table and advances the iterator for the following string.
StringRef
. Implements clang::IdentifierIterator.
Definition at line 7922 of file ASTReader.cpp.
References clang::First, clang::serialization::ModuleFile::IdentifierLookupTable, clang::serialization::ModuleFile::isModule(), and clang::Result.