clang 20.0.0git
|
A class for storing results from argument-dependent lookup. More...
#include "clang/Sema/Lookup.h"
Public Types | |
using | iterator = llvm::mapped_iterator< decltype(Decls)::iterator, select_second > |
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.
using clang::ADLResult::iterator = llvm::mapped_iterator<decltype(Decls)::iterator, select_second> |
|
inline |
Definition at line 892 of file Lookup.h.
Referenced by clang::Sema::AddArgumentDependentLookupCandidates().
|
inline |
Definition at line 893 of file Lookup.h.
Referenced by clang::Sema::AddArgumentDependentLookupCandidates().
|
inline |
Removes any data associated with a given decl.
Definition at line 885 of file Lookup.h.
References D.
Referenced by clang::Sema::AddArgumentDependentLookupCandidates().
void ADLResult::insert | ( | NamedDecl * | D | ) |
Adds a new ADL candidate to this map.
Definition at line 3747 of file SemaLookup.cpp.
References clang::Decl::getAsFunction(), and clang::Decl::getCanonicalDecl().