clang
3.7.0
|
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. More... | |
void | erase (NamedDecl *D) |
Removes any data associated with a given decl. More... | |
iterator | begin () |
iterator | end () |
A class for storing results from argument-dependent lookup.
|
inline |
Definition at line 749 of file Lookup.h.
Referenced by clang::Sema::AddArgumentDependentLookupCandidates().
|
inline |
Definition at line 750 of file Lookup.h.
Referenced by clang::Sema::AddArgumentDependentLookupCandidates().
|
inline |
Removes any data associated with a given decl.
Definition at line 730 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 2958 of file SemaLookup.cpp.
References clang::Decl::getAsFunction(), clang::Decl::getCanonicalDecl(), and clang::Redeclarable< decl_type >::getPreviousDecl().
Referenced by clang::Sema::ArgumentDependentLookup().