clang 22.0.0git
|
A class for storing results from argument-dependent lookup. More...
#include "clang/Sema/Lookup.h"
Public Types | |
using | 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.
|
inline |
Definition at line 894 of file Lookup.h.
Referenced by clang::Sema::AddArgumentDependentLookupCandidates().
|
inline |
Definition at line 895 of file Lookup.h.
Referenced by clang::Sema::AddArgumentDependentLookupCandidates().
|
inline |
Removes any data associated with a given decl.
Definition at line 887 of file Lookup.h.
References clang::cast(), and clang::Decl::getCanonicalDecl().
Referenced by clang::Sema::AddArgumentDependentLookupCandidates().
void ADLResult::insert | ( | NamedDecl * | D | ) |
Adds a new ADL candidate to this map.
Definition at line 3841 of file SemaLookup.cpp.
References clang::cast(), clang::Decl::getAsFunction(), and New.