class UnresolvedSet

Declaration

template <unsigned int InlineCapacity>
class UnresolvedSet : public UnresolvedSetImpl { /* full declaration omitted */ };

Description

A set of unresolved declarations.

Declared at: clang/include/clang/AST/UnresolvedSet.h:148

Inherits from: UnresolvedSetImpl

Templates

unsigned int InlineCapacity

Member Variables

private SmallVector<clang::DeclAccessPair, InlineCapacity> Decls

Inherited from UnresolvedSetImpl: