clang
3.7.0
|
A set of unresolved declarations. More...
#include <UnresolvedSet.h>
Public Types | |
typedef UnresolvedSetIterator | iterator |
typedef UnresolvedSetIterator | const_iterator |
Public Member Functions | |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
void | addDecl (NamedDecl *D) |
void | addDecl (NamedDecl *D, AccessSpecifier AS) |
bool | replace (const NamedDecl *Old, NamedDecl *New) |
void | replace (iterator I, NamedDecl *New) |
void | replace (iterator I, NamedDecl *New, AccessSpecifier AS) |
void | erase (unsigned I) |
void | erase (iterator I) |
void | setAccess (iterator I, AccessSpecifier AS) |
void | clear () |
void | set_size (unsigned N) |
bool | empty () const |
unsigned | size () const |
void | append (iterator I, iterator E) |
DeclAccessPair & | operator[] (unsigned I) |
const DeclAccessPair & | operator[] (unsigned I) const |
Friends | |
template<unsigned N> | |
class | UnresolvedSet |
A set of unresolved declarations.
Definition at line 55 of file UnresolvedSet.h.
Definition at line 69 of file UnresolvedSet.h.
Definition at line 68 of file UnresolvedSet.h.
|
inline |
Definition at line 77 of file UnresolvedSet.h.
References clang::AS_none.
Referenced by clang::Sema::ActOnExplicitInstantiation(), clang::LookupResult::addDecl(), clang::Sema::CheckFunctionTemplateSpecialization(), CollectVisibleConversions(), clang::ASTImporter::Import(), notePlausibleOverloads(), clang::Sema::PerformContextualImplicitConversion(), clang::ASTReader::ReadTemplateName(), clang::TreeTransform< Derived >::RebuildCXXOperatorCallExpr(), clang::Sema::tryExprAsCall(), and clang::ASTDeclReader::VisitFunctionDecl().
|
inline |
Definition at line 81 of file UnresolvedSet.h.
References clang::DeclAccessPair::make().
Definition at line 115 of file UnresolvedSet.h.
Referenced by clang::LookupResult::addAllDecls(), clang::Sema::CodeCompleteCall(), clang::Sema::LookupOverloadedOperatorName(), and clang::TreeTransform< Derived >::RebuildCXXOperatorCallExpr().
|
inline |
Definition at line 71 of file UnresolvedSet.h.
References begin().
Referenced by clang::Sema::ActOnExplicitInstantiation(), clang::LookupResult::addAllDecls(), clang::Sema::AddFunctionCandidates(), begin(), clang::LookupResult::begin(), clang::Sema::BuildForRangeBeginEndCall(), clang::Sema::CheckFunctionTemplateSpecialization(), CollectVisibleConversions(), clang::Sema::CreateOverloadedBinOp(), clang::Sema::CreateOverloadedUnaryOp(), clang::ASTImporter::Import(), IsOverloaded(), noteOverloads(), notePlausibleOverloads(), clang::ASTReader::ReadTemplateName(), and replace().
|
inline |
|
inline |
Definition at line 109 of file UnresolvedSet.h.
Referenced by clang::Sema::ActOnExplicitInstantiation(), clang::LookupResult::clear(), and clang::Sema::tryExprAsCall().
|
inline |
Definition at line 112 of file UnresolvedSet.h.
Referenced by clang::Sema::CreateOverloadedBinOp(), clang::Sema::CreateOverloadedUnaryOp(), clang::LookupResult::empty(), clang::LookupResult::getRepresentativeDecl(), clang::LookupResult::resolveKindAfterFilter(), and clang::LookupResult::setNotFoundInCurrentInstantiation().
|
inline |
Definition at line 72 of file UnresolvedSet.h.
References end().
Referenced by clang::Sema::ActOnExplicitInstantiation(), clang::LookupResult::addAllDecls(), clang::Sema::AddFunctionCandidates(), clang::Sema::BuildForRangeBeginEndCall(), clang::Sema::CheckFunctionTemplateSpecialization(), CollectVisibleConversions(), clang::Sema::CreateOverloadedBinOp(), clang::Sema::CreateOverloadedUnaryOp(), end(), clang::LookupResult::end(), clang::ASTImporter::Import(), noteOverloads(), notePlausibleOverloads(), clang::ASTReader::ReadTemplateName(), and replace().
|
inline |
|
inline |
Definition at line 103 of file UnresolvedSet.h.
Referenced by clang::LookupResult::Filter::erase().
|
inline |
Definition at line 105 of file UnresolvedSet.h.
|
inline |
Definition at line 117 of file UnresolvedSet.h.
|
inline |
Definition at line 118 of file UnresolvedSet.h.
Replaces the given declaration with the new one, once.
Definition at line 88 of file UnresolvedSet.h.
References begin(), and end().
Referenced by clang::LookupResult::Filter::replace().
Replaces the declaration at the given iterator with the new one, preserving the original access bits.
Definition at line 97 of file UnresolvedSet.h.
|
inline |
Definition at line 99 of file UnresolvedSet.h.
|
inline |
Definition at line 110 of file UnresolvedSet.h.
|
inline |
Definition at line 107 of file UnresolvedSet.h.
References clang::Decl::setAccess().
|
inline |
Definition at line 113 of file UnresolvedSet.h.
Referenced by collectViableConversionCandidates(), clang::DependentFunctionTemplateSpecializationInfo::DependentFunctionTemplateSpecializationInfo(), diagnoseAmbiguousConversion(), diagnoseNoViableConversion(), IsOverloaded(), clang::Sema::PerformContextualImplicitConversion(), and clang::FunctionDecl::setDependentTemplateSpecialization().
|
friend |
Definition at line 61 of file UnresolvedSet.h.