HomeSort by relevance Sort by last modified time
    Searched defs:IdentifierIterator (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Basic/
IdentifierTable.h 362 class IdentifierIterator {
364 IdentifierIterator(const IdentifierIterator &) = delete;
365 void operator=(const IdentifierIterator &) = delete;
368 IdentifierIterator() { }
371 virtual ~IdentifierIterator();
403 virtual IdentifierIterator *getIdentifiers();
  /external/clang/lib/Basic/
IdentifierTable.cpp 55 IdentifierIterator::~IdentifierIterator() { }
62 class EmptyLookupIterator : public IdentifierIterator
69 IdentifierIterator *IdentifierInfoLookup::getIdentifiers() {

Completed in 160 milliseconds