Home
last modified time | relevance | path

Searched refs:UnresolvedSetImpl (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DUnresolvedSet.h38 friend class UnresolvedSetImpl; variable
61 class UnresolvedSetImpl {
69 UnresolvedSetImpl() = default;
70 UnresolvedSetImpl(const UnresolvedSetImpl &) = default;
71 UnresolvedSetImpl &operator=(const UnresolvedSetImpl &) = default;
74 UnresolvedSetImpl(UnresolvedSetImpl &&) {} in UnresolvedSetImpl() function
75 UnresolvedSetImpl &operator=(UnresolvedSetImpl &&) { return *this; }
145 public UnresolvedSetImpl {
H A DDeclTemplate.h55 class UnresolvedSetImpl; variable
693 const UnresolvedSetImpl &Templates,
700 Create(ASTContext &Context, const UnresolvedSetImpl &Templates,
H A DDecl.h77 class UnresolvedSetImpl; variable
2524 const UnresolvedSetImpl &Templates,
H A DExprCXX.h2725 using decls_iterator = UnresolvedSetImpl::iterator;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DLookup.h144 using iterator = UnresolvedSetImpl::iterator;
320 const UnresolvedSetImpl &asUnresolvedSet() const { in asUnresolvedSet()
H A DSema.h190 class UnresolvedSetImpl; variable
2768 void AddFunctionCandidates(const UnresolvedSetImpl &Functions,
2982 const UnresolvedSetImpl &Fns,
2987 const UnresolvedSetImpl &Fns,
3231 UnresolvedSetImpl &Functions);
4140 UnresolvedSetImpl &NonTemplateOverloads);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp1638 UnresolvedSetImpl &OverloadSet) { in tryExprAsCall()
1746 static void noteOverloads(Sema &S, const UnresolvedSetImpl &Overloads, in noteOverloads()
1750 for (UnresolvedSetImpl::iterator It = Overloads.begin(), in noteOverloads()
1776 const UnresolvedSetImpl &Overloads, in notePlausibleOverloads()
H A DSemaOverload.cpp5619 QualType T, UnresolvedSetImpl &ViableConversions) { in diagnoseAmbiguousConversion()
5638 UnresolvedSetImpl &ExplicitConversions) { in diagnoseNoViableConversion()
5715 UnresolvedSetImpl &ViableConversions, in collectViableConversionCandidates()
6450 void Sema::AddFunctionCandidates(const UnresolvedSetImpl &Fns, in AddFunctionCandidates()
12185 static bool IsOverloaded(const UnresolvedSetImpl &Functions) { in IsOverloaded()
12207 const UnresolvedSetImpl &Fns, in CreateOverloadedUnaryOp()
12399 const UnresolvedSetImpl &Fns, in CreateOverloadedBinOp()
H A DSemaLookup.cpp2835 UnresolvedSetImpl &Functions) { in LookupOverloadedOperatorName()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp3517 const UnresolvedSetImpl &Templates, in setDependentTemplateSpecialization()
3534 ASTContext &Context, const UnresolvedSetImpl &Ts, in Create()
3543 DependentFunctionTemplateSpecializationInfo(const UnresolvedSetImpl &Ts, in DependentFunctionTemplateSpecializationInfo()
H A DExprCXX.cpp396 for (UnresolvedSetImpl::const_iterator I = Begin; I != End; ++I) { in OverloadExpr()
H A DDeclCXX.cpp1452 UnresolvedSetImpl &VOutput, in CollectVisibleConversions()