clang API Documentation
A class for storing results from argument-dependent lookup. More...
#include <Lookup.h>
Classes | |
class | iterator |
Public Member Functions | |
void | insert (NamedDecl *D) |
Adds a new ADL candidate to this map. | |
void | erase (NamedDecl *D) |
Removes any data associated with a given decl. | |
iterator | begin () |
iterator | end () |
A class for storing results from argument-dependent lookup.
iterator clang::ADLResult::begin | ( | ) | [inline] |
Definition at line 756 of file Lookup.h.
Referenced by clang::Sema::AddArgumentDependentLookupCandidates().
iterator clang::ADLResult::end | ( | ) | [inline] |
Definition at line 757 of file Lookup.h.
Referenced by clang::Sema::AddArgumentDependentLookupCandidates().
void clang::ADLResult::erase | ( | NamedDecl * | D | ) | [inline] |
Removes any data associated with a given decl.
Definition at line 733 of file Lookup.h.
References clang::Decl::getCanonicalDecl().
Referenced by clang::Sema::AddArgumentDependentLookupCandidates().
void ADLResult::insert | ( | NamedDecl * | D | ) |
Adds a new ADL candidate to this map.
Definition at line 2761 of file SemaLookup.cpp.
References clang::Decl::getAsFunction(), clang::Decl::getCanonicalDecl(), and clang::Redeclarable< decl_type >::getPreviousDecl().
Referenced by clang::Sema::ArgumentDependentLookup().