|
clang
3.8.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.
Definition at line 726 of file Sema/Lookup.h.
|
inline |
Definition at line 755 of file Sema/Lookup.h.
Referenced by clang::Sema::AddArgumentDependentLookupCandidates().
|
inline |
Definition at line 756 of file Sema/Lookup.h.
Referenced by clang::Sema::AddArgumentDependentLookupCandidates().
|
inline |
Removes any data associated with a given decl.
Definition at line 736 of file Sema/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 3143 of file SemaLookup.cpp.
References clang::Decl::getAsFunction(), clang::Decl::getCanonicalDecl(), and clang::Redeclarable< decl_type >::getPreviousDecl().
Referenced by clang::Sema::ArgumentDependentLookup().
1.8.6