reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

tools/clang/include/clang/AST/UnresolvedSet.h
  143 template <unsigned InlineCapacity> class UnresolvedSet :

Declarations

tools/clang/include/clang/AST/Decl.h
   77 class UnresolvedSetImpl;
tools/clang/include/clang/AST/DeclTemplate.h
   54 class UnresolvedSetImpl;
tools/clang/include/clang/Sema/Sema.h
  193   class UnresolvedSetImpl;

References

tools/clang/include/clang/AST/Decl.h
 2590                              const UnresolvedSetImpl &Templates,
tools/clang/include/clang/AST/DeclTemplate.h
  692                                  const UnresolvedSetImpl &Templates,
  699   Create(ASTContext &Context, const UnresolvedSetImpl &Templates,
tools/clang/include/clang/AST/ExprCXX.h
 2934   using decls_iterator = UnresolvedSetImpl::iterator;
tools/clang/include/clang/AST/UnresolvedSet.h
   69   UnresolvedSetImpl(const UnresolvedSetImpl &) = default;
   70   UnresolvedSetImpl &operator=(const UnresolvedSetImpl &) = default;
   70   UnresolvedSetImpl &operator=(const UnresolvedSetImpl &) = default;
   73   UnresolvedSetImpl(UnresolvedSetImpl &&) {}
   74   UnresolvedSetImpl &operator=(UnresolvedSetImpl &&) { return *this; }
   74   UnresolvedSetImpl &operator=(UnresolvedSetImpl &&) { return *this; }
  144     public UnresolvedSetImpl {
tools/clang/include/clang/Sema/Lookup.h
  143   using iterator = UnresolvedSetImpl::iterator;
  331   const UnresolvedSetImpl &asUnresolvedSet() const {
tools/clang/include/clang/Sema/Sema.h
 3089   void AddFunctionCandidates(const UnresolvedSetImpl &Functions,
 3155       const UnresolvedSetImpl &Functions, ArrayRef<Expr *> Args,
 3305                                      const UnresolvedSetImpl &Fns,
 3310                                    const UnresolvedSetImpl &Fns,
 3558                                     UnresolvedSetImpl &Functions);
 4488                      UnresolvedSetImpl &NonTemplateOverloads);
tools/clang/lib/AST/Decl.cpp
 3643                                     const UnresolvedSetImpl &Templates,
 3660     ASTContext &Context, const UnresolvedSetImpl &Ts,
 3669 DependentFunctionTemplateSpecializationInfo(const UnresolvedSetImpl &Ts,
tools/clang/lib/AST/DeclCXX.cpp
 1520                                       UnresolvedSetImpl &VOutput,
tools/clang/lib/AST/ExprCXX.cpp
  474     for (UnresolvedSetImpl::const_iterator I = Begin; I != End; ++I) {
tools/clang/lib/Sema/Sema.cpp
 1931                          UnresolvedSetImpl &OverloadSet) {
 2037 static void noteOverloads(Sema &S, const UnresolvedSetImpl &Overloads,
 2041   for (UnresolvedSetImpl::iterator It = Overloads.begin(),
 2067                                    const UnresolvedSetImpl &Overloads,
tools/clang/lib/Sema/SemaCoroutine.cpp
  261   const auto &Functions = Operators.asUnresolvedSet();
tools/clang/lib/Sema/SemaLookup.cpp
 3041                                         UnresolvedSetImpl &Functions) {
tools/clang/lib/Sema/SemaOverload.cpp
 5710                             QualType T, UnresolvedSetImpl &ViableConversions) {
 5729                            UnresolvedSetImpl &ExplicitConversions) {
 5806                                   UnresolvedSetImpl &ViableConversions,
 6562 void Sema::AddFunctionCandidates(const UnresolvedSetImpl &Fns,
 7381     const UnresolvedSetImpl &Fns, ArrayRef<Expr *> Args,
12511 static bool IsOverloaded(const UnresolvedSetImpl &Functions) {
12533                               const UnresolvedSetImpl &Fns,
12724                                        const UnresolvedSetImpl &Fns, Expr *LHS,