clang API Documentation

Classes | Public Member Functions
clang::ADLResult Class Reference

A class for storing results from argument-dependent lookup. More...

#include <Lookup.h>

List of all members.

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 ()

Detailed Description

A class for storing results from argument-dependent lookup.

Definition at line 723 of file Lookup.h.


Member Function Documentation

Definition at line 756 of file Lookup.h.

Referenced by clang::Sema::AddArgumentDependentLookupCandidates().

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().


The documentation for this class was generated from the following files: