clang API Documentation
#include <Lookup.h>
Public Member Functions | |
iterator () | |
iterator & | operator++ () |
iterator | operator++ (int) |
value_type | operator* () const |
bool | operator== (const iterator &other) const |
bool | operator!= (const iterator &other) const |
Friends | |
class | ADLResult |
clang::ADLResult::iterator::iterator | ( | ) | [inline] |
Definition at line 745 of file Lookup.h.
Referenced by operator++().
value_type clang::ADLResult::iterator::operator* | ( | ) | const [inline] |
iterator& clang::ADLResult::iterator::operator++ | ( | ) | [inline] |
iterator clang::ADLResult::iterator::operator++ | ( | int | ) | [inline] |
Definition at line 748 of file Lookup.h.
References iterator().