Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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; }
149 public UnresolvedSetImpl {
H A DDeclTemplate.h57 class UnresolvedSetImpl; variable
714 const UnresolvedSetImpl &Templates,
721 Create(ASTContext &Context, const UnresolvedSetImpl &Templates,
H A DDecl.h76 class UnresolvedSetImpl; variable
2813 const UnresolvedSetImpl &Templates,
H A DExprCXX.h2987 using decls_iterator = UnresolvedSetImpl::iterator;
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DLookup.h143 using iterator = UnresolvedSetImpl::iterator;
331 const UnresolvedSetImpl &asUnresolvedSet() const { in asUnresolvedSet()
H A DSema.h204 class UnresolvedSetImpl; variable
3856 void AddFunctionCandidates(const UnresolvedSetImpl &Functions,
3922 const UnresolvedSetImpl &Functions, ArrayRef<Expr *> Args,
4076 const UnresolvedSetImpl &Fns,
4081 const UnresolvedSetImpl &Fns,
4086 const UnresolvedSetImpl &Fns,
4090 const UnresolvedSetImpl &Fns,
4096 const UnresolvedSetImpl &Fns,
4348 UnresolvedSetImpl &Functions);
5366 UnresolvedSetImpl &NonTemplateOverloads);
[all …]
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp2392 UnresolvedSetImpl &OverloadSet) { in tryExprAsCall()
2498 static void noteOverloads(Sema &S, const UnresolvedSetImpl &Overloads, in noteOverloads()
2502 for (UnresolvedSetImpl::iterator It = Overloads.begin(), in noteOverloads()
2528 const UnresolvedSetImpl &Overloads, in notePlausibleOverloads()
H A DSemaOverload.cpp5950 QualType T, UnresolvedSetImpl &ViableConversions) { in diagnoseAmbiguousConversion()
5969 UnresolvedSetImpl &ExplicitConversions) { in diagnoseNoViableConversion()
6048 UnresolvedSetImpl &ViableConversions, in collectViableConversionCandidates()
6824 void Sema::AddFunctionCandidates(const UnresolvedSetImpl &Fns, in AddFunctionCandidates()
7702 const UnresolvedSetImpl &Fns, ArrayRef<Expr *> Args, in AddNonMemberOperatorCandidates()
13371 static bool IsOverloaded(const UnresolvedSetImpl &Functions) { in IsOverloaded()
13380 const UnresolvedSetImpl &Fns, in CreateUnresolvedLookupExpr()
13404 const UnresolvedSetImpl &Fns, in CreateOverloadedUnaryOp()
13581 const UnresolvedSetImpl &Fns, in LookupOverloadedBinOp()
13667 const UnresolvedSetImpl &Fns, Expr *LHS, in CreateOverloadedBinOp()
[all …]
H A DSemaLookup.cpp3297 UnresolvedSetImpl &Functions) { in LookupOverloadedOperatorName()
H A DSemaDeclCXX.cpp8464 UnresolvedSetImpl &Operators, in lookupOperatorsForDefaultedComparison()
H A DTreeTransform.h2740 const UnresolvedSetImpl &UnqualLookups, Expr *LHS, Expr *RHS) { in RebuildCXXRewrittenBinaryOperator()
H A DSemaExpr.cpp15328 UnresolvedSetImpl &Functions) { in LookupBinOp()
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp3959 const UnresolvedSetImpl &Templates, in setDependentTemplateSpecialization()
3976 ASTContext &Context, const UnresolvedSetImpl &Ts, in Create()
3985 DependentFunctionTemplateSpecializationInfo(const UnresolvedSetImpl &Ts, in DependentFunctionTemplateSpecializationInfo()
H A DDeclCXX.cpp1657 ASTUnresolvedSet &Output, UnresolvedSetImpl &VOutput, in CollectVisibleConversions()