OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IdentifierIterator
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Basic/
IdentifierTable.h
382
class
IdentifierIterator
{
384
IdentifierIterator
(const
IdentifierIterator
&) = delete;
385
void operator=(const
IdentifierIterator
&) = delete;
388
IdentifierIterator
() { }
391
virtual ~
IdentifierIterator
();
423
virtual
IdentifierIterator
*getIdentifiers();
/external/clang/lib/Basic/
IdentifierTable.cpp
56
IdentifierIterator
::~
IdentifierIterator
() { }
63
class EmptyLookupIterator : public
IdentifierIterator
70
IdentifierIterator
*IdentifierInfoLookup::getIdentifiers() {
Completed in 1138 milliseconds