Searched defs:IdentifierIterator (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
H A DIdentifierTable.h397 class IdentifierIterator { class in namespace:clang
399 IdentifierIterator(const IdentifierIterator &) = delete;
400 void operator=(const IdentifierIterator &) = delete;
403 IdentifierIterator() { } function in class:clang::IdentifierIterator
406 virtual ~IdentifierIterator();
438 virtual IdentifierIterator *getIdentifiers();
/external/clang/lib/Basic/
H A DIdentifierTable.cpp57 IdentifierIterator::~IdentifierIterator() { }
64 class EmptyLookupIterator : public IdentifierIterator
71 IdentifierIterator *IdentifierInfoLookup::getIdentifiers() {

Completed in 94 milliseconds