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 356 class IdentifierIterator {
358 IdentifierIterator(const IdentifierIterator &) LLVM_DELETED_FUNCTION;
359 void operator=(const IdentifierIterator &) LLVM_DELETED_FUNCTION;
362 IdentifierIterator() { }
365 virtual ~IdentifierIterator();
398 virtual IdentifierIterator *getIdentifiers();
  /external/clang/lib/Basic/
IdentifierTable.cpp 53 IdentifierIterator::~IdentifierIterator() { }
60 class EmptyLookupIterator : public IdentifierIterator
67 IdentifierIterator *IdentifierInfoLookup::getIdentifiers() {

Completed in 144 milliseconds