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

/external/clang/include/clang/Basic/
H A DIdentifierTable.h356 class IdentifierIterator { class in namespace:clang
358 IdentifierIterator(const IdentifierIterator &) LLVM_DELETED_FUNCTION;
359 void operator=(const IdentifierIterator &) LLVM_DELETED_FUNCTION;
362 IdentifierIterator() { } function in class:clang::IdentifierIterator
365 virtual ~IdentifierIterator();
398 virtual IdentifierIterator *getIdentifiers();
/external/clang/lib/Basic/
H A DIdentifierTable.cpp53 IdentifierIterator::~IdentifierIterator() { }
60 class EmptyLookupIterator : public IdentifierIterator
67 IdentifierIterator *IdentifierInfoLookup::getIdentifiers() {

Completed in 64 milliseconds