clang  3.7.0
Classes | Public Member Functions | List of all members
clang::ADLResult Class Reference

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

Detailed Description

A class for storing results from argument-dependent lookup.

Definition at line 720 of file Lookup.h.

Member Function Documentation

iterator clang::ADLResult::begin ( )
inline

Definition at line 749 of file Lookup.h.

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

iterator clang::ADLResult::end ( )
inline

Definition at line 750 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 730 of file Lookup.h.

References clang::Decl::getCanonicalDecl().

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

void ADLResult::insert ( NamedDecl D)

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