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 345 class IdentifierIterator {
347 IdentifierIterator(const IdentifierIterator&); // Do not implement
348 IdentifierIterator &operator=(const IdentifierIterator&); // Do not implement
351 IdentifierIterator() { }
354 virtual ~IdentifierIterator();
387 virtual IdentifierIterator *getIdentifiers() const;
  /external/clang/lib/Basic/
IdentifierTable.cpp 53 IdentifierIterator::~IdentifierIterator() { }
60 class EmptyLookupIterator : public IdentifierIterator
67 IdentifierIterator *IdentifierInfoLookup::getIdentifiers() const {

Completed in 125 milliseconds