clang
3.7.0
|
#include <Lookup.h>
Public Member Functions | |
~Filter () | |
bool | hasNext () const |
NamedDecl * | next () |
void | restart () |
Restart the iteration. More... | |
void | erase () |
Erase the last element returned from this iterator. More... | |
void | replace (NamedDecl *D) |
void | replace (NamedDecl *D, AccessSpecifier AS) |
Replaces the current entry with the given one. More... | |
void | done () |
Friends | |
class | LookupResult |
A class for iterating through a result set and possibly filtering out results. The results returned are possibly sugared.
|
inline |
Definition at line 606 of file Lookup.h.
References clang::LookupResult::resolveKindAfterFilter().
Referenced by clang::Sema::ActOnFriendFunctionDecl(), clang::Sema::ActOnTag(), buildSingleCopyAssignRecursively(), clang::Sema::BuildUsingDeclaration(), clang::Sema::CheckDependentFunctionTemplateSpecialization(), clang::Sema::DiagnoseAmbiguousLookup(), doesUsualArrayDeleteWantSize(), clang::Sema::FilterAcceptableTemplateNames(), clang::Sema::FilterLookupForScope(), filterNonConflictingPreviousDecls(), filterNonConflictingPreviousTypedefDecls(), and RemoveUsingDecls().
|
inline |
Erase the last element returned from this iterator.
Definition at line 588 of file Lookup.h.
References clang::UnresolvedSetImpl::erase().
Referenced by clang::Sema::ActOnFriendFunctionDecl(), clang::Sema::ActOnTag(), buildSingleCopyAssignRecursively(), clang::Sema::BuildUsingDeclaration(), clang::Sema::CheckDependentFunctionTemplateSpecialization(), clang::Sema::DiagnoseAmbiguousLookup(), doesUsualArrayDeleteWantSize(), clang::Sema::FilterAcceptableTemplateNames(), clang::Sema::FilterLookupForScope(), filterNonConflictingPreviousDecls(), filterNonConflictingPreviousTypedefDecls(), and RemoveUsingDecls().
|
inline |
Definition at line 573 of file Lookup.h.
References clang::LookupResult::end().
Referenced by clang::Sema::ActOnFriendFunctionDecl(), clang::Sema::ActOnTag(), buildSingleCopyAssignRecursively(), clang::Sema::BuildUsingDeclaration(), clang::Sema::CheckDependentFunctionTemplateSpecialization(), clang::Sema::DiagnoseAmbiguousLookup(), doesUsualArrayDeleteWantSize(), clang::Sema::FilterAcceptableTemplateNames(), clang::Sema::FilterLookupForScope(), filterNonConflictingPreviousDecls(), filterNonConflictingPreviousTypedefDecls(), and RemoveUsingDecls().
|
inline |
Definition at line 577 of file Lookup.h.
References clang::LookupResult::end().
Referenced by clang::Sema::ActOnFriendFunctionDecl(), clang::Sema::ActOnTag(), buildSingleCopyAssignRecursively(), clang::Sema::BuildUsingDeclaration(), clang::Sema::CheckDependentFunctionTemplateSpecialization(), clang::Sema::DiagnoseAmbiguousLookup(), doesUsualArrayDeleteWantSize(), clang::Sema::FilterAcceptableTemplateNames(), clang::Sema::FilterLookupForScope(), filterNonConflictingPreviousDecls(), filterNonConflictingPreviousTypedefDecls(), and RemoveUsingDecls().
|
inline |
Replaces the current entry with the given one, preserving the access bits.
Definition at line 595 of file Lookup.h.
References clang::UnresolvedSetImpl::replace().
Referenced by clang::Sema::FilterAcceptableTemplateNames().
|
inline |
Replaces the current entry with the given one.
Definition at line 601 of file Lookup.h.
References clang::UnresolvedSetImpl::replace().
|
inline |
Restart the iteration.
Definition at line 583 of file Lookup.h.
References clang::LookupResult::begin().
|
friend |